From: Kefu Chai Date: Wed, 9 Jun 2021 03:11:40 +0000 (+0800) Subject: test/pybind: do not test obsoleted command X-Git-Tag: v17.1.0~1645^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77cb1fed0c30eec83ee0e4e0899dfdc1d4c5cc51;p=ceph.git test/pybind: do not test obsoleted command "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 --- diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index 529b9c209b41..8b8de5fea40b 100755 --- a/src/test/pybind/test_ceph_argparse.py +++ b/src/test/pybind/test_ceph_argparse.py @@ -283,9 +283,6 @@ class TestMonitor(TestArgparse): 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'])