]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: remove spurious whitespace 33846/head 33848/head
authorMilind Changire <mchangir@redhat.com>
Tue, 10 Mar 2020 10:41:07 +0000 (16:11 +0530)
committerMilind Changire <mchangir@redhat.com>
Tue, 10 Mar 2020 10:41:07 +0000 (16:11 +0530)
remove spurious whitespace from test_snapshot.py

Fixes: https://tracker.ceph.com/issues/44528
Signed-off-by: Milind Changire <mchangir@redhat.com>
qa/tasks/cephfs/test_snapshots.py

index c3940897a7ba2e6691a6c8ba333cc75743f45f94..a1dcc23d340228768dee711e3757320d5acc1202 100644 (file)
@@ -465,7 +465,7 @@ class TestSnapshots(CephFSTestCase):
 
     def create_dir_and_snaps(self, dir_name, snaps):
         self.mount_a.run_shell(["mkdir", dir_name])
-        
+
         for sno in range(1, snaps+1, 1):
             sname = self.get_snap_name(dir_name, sno)
             try:
@@ -489,7 +489,7 @@ class TestSnapshots(CephFSTestCase):
     def test_mds_max_snaps_per_dir_with_increased_limit(self):
         """
         Test the newly introudced option named mds_max_snaps_per_dir
-        First create 101 directories and ensure that the 101st directory 
+        First create 101 directories and ensure that the 101st directory
         creation fails. Then increase the default by one and see if the
         additional directory creation succeeds
         """