From 77cb1fed0c30eec83ee0e4e0899dfdc1d4c5cc51 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 9 Jun 2021 11:11:40 +0800 Subject: [PATCH] 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 --- src/test/pybind/test_ceph_argparse.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/pybind/test_ceph_argparse.py b/src/test/pybind/test_ceph_argparse.py index 529b9c209b4..8b8de5fea40 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']) -- 2.39.5