]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/pybind: do not test obsoleted command
authorKefu Chai <kchai@redhat.com>
Wed, 9 Jun 2021 03:11:40 +0000 (11:11 +0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 30 Jun 2021 19:04:16 +0000 (12:04 -0700)
commit3b5cee21c54052ad422736517019c4489bee4c8f
tree09b6e995fd71b1306fda784839cab68596beff80
parentb0f84048499490b7e40d24258020ddc8d52c6807
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 <kchai@redhat.com>
(cherry picked from commit 77cb1fed0c30eec83ee0e4e0899dfdc1d4c5cc51)
src/test/pybind/test_ceph_argparse.py