]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/mds: add fs dump in test_ceph_argparse.py 10347/head
authorhuanwen ren <ren.huanwen@zte.com.cn>
Tue, 19 Jul 2016 08:45:42 +0000 (16:45 +0800)
committerhuanwen ren <ren.huanwen@zte.com.cn>
Tue, 19 Jul 2016 08:45:42 +0000 (16:45 +0800)
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
src/test/pybind/test_ceph_argparse.py

index 4c022a27f51e9ed399ae4b9d9f0b7a2cc65fc4bb..51c0781c28ca18377e2b81b6bc08bc4b6c49d232 100755 (executable)
@@ -482,6 +482,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'])