]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/pybind: Clean whitespace.
authorPaulo E. Castro <pecastro@wormholenet.com>
Thu, 12 Dec 2024 22:33:10 +0000 (22:33 +0000)
committerPaulo E. Castro <pecastro@wormholenet.com>
Thu, 12 Dec 2024 22:40:03 +0000 (22:40 +0000)
Signed-off-by: Paulo E. Castro <pecastro@wormholenet.com>
src/test/pybind/test_ceph_argparse.py

index 3039223abdff1a36b4a1b301236bba93e5f47bbb..32c166ced2ab3a3ea013cb9011e69b47ea7f4342 100755 (executable)
@@ -416,10 +416,10 @@ class TestMDS(TestArgparse):
 
 
 class TestFS(TestArgparse):
-    
+
     def test_dump(self):
         self.check_0_or_1_natural_arg('fs', 'dump')
-    
+
     def test_fs_new(self):
         self._assert_valid_command(['fs', 'new', 'default', 'metadata', 'data'])
 
@@ -912,7 +912,7 @@ class TestOSD(TestArgparse):
                                         '1.2.3.4/567', '600.40'])
             self._assert_valid_command(['osd', 'blocklist', action,
                                         '1.2.3.4', '600.40'])
-            
+
             self._assert_valid_command(['osd', 'blocklist', action,
                                         'v1:1.2.3.4', '600.40'])
             self._assert_valid_command(['osd', 'blocklist', action,
@@ -925,7 +925,7 @@ class TestOSD(TestArgparse):
                                         'v2:[2607:f298:4:2243::5522]:0/0', '600.40'])
             self._assert_valid_command(['osd', 'blocklist', action,
                                         '[2001:0db8::85a3:0000:8a2e:0370:7334]:0/0', '600.40'])
-            
+
             self.assertEqual({}, validate_command(sigdict, ['osd', 'blocklist',
                                                             action,
                                                             'invalid',