"scrub" command was marked obsoleted in
e9a5ce0897efc6126caeebea9900bf05ec3d2174, so the test_ceph_argparse
cannot retrieve its command description using "get_command_descriptions"
cli tool anymore, let's drop the related test accordingly.
Signed-off-by: Kefu Chai <kchai@redhat.com>
def test_compact(self):
self.assert_valid_command(['compact'])
- def test_scrub(self):
- self.assert_valid_command(['scrub'])
-
def test_fsid(self):
self.assert_valid_command(['fsid'])