diff options
author | Paulo E. Castro <pecastro@wormholenet.com> | 2024-12-12 23:33:10 +0100 |
---|---|---|
committer | Paulo E. Castro <pecastro@wormholenet.com> | 2024-12-12 23:40:03 +0100 |
commit | aec8ca8b2688be5b460c822cab7ae6ba47bf4c80 (patch) | |
tree | aa4330a35a189f4deacf0de1e9ae5e7652a1822d | |
parent | Merge pull request #60907 from shashalu/wip-fix-stale-bucket-indexes (diff) | |
download | ceph-aec8ca8b2688be5b460c822cab7ae6ba47bf4c80.tar.xz ceph-aec8ca8b2688be5b460c822cab7ae6ba47bf4c80.zip |
test/pybind: Clean whitespace.
Signed-off-by: Paulo E. Castro <pecastro@wormholenet.com>
-rwxr-xr-x | src/test/pybind/test_ceph_argparse.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index 3039223abdf..32c166ced2a 100755 --- a/src/test/pybind/test_ceph_argparse.py +++ b/src/test/pybind/test_ceph_argparse.py @@ -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', |