]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: remove a now-erroneous "mon add" CLI test from ceph_test_argparse.py 35906/head
authorGreg Farnum <gfarnum@redhat.com>
Thu, 17 Sep 2020 00:37:23 +0000 (00:37 +0000)
committerGreg Farnum <gfarnum@redhat.com>
Thu, 17 Sep 2020 00:37:23 +0000 (00:37 +0000)
commita8963ccd326224e372cfae044ad3b94a1ce38d34
tree3d62729f3e3acc12c29080dfc8b1e3f220da25e1
parent9506d09e3b7be75919d70b3408ac95fbe81a7a0d
test: remove a now-erroneous "mon add" CLI test from ceph_test_argparse.py

The "mon add" command now lets you pass in arbitrary numbers of strings,
so that you can include locations, so this test is invalid.

I considered updating it to only allow a single non-spaced string, but

datacenter=site1 rack=abc host=host1

is accepted elsewhere, so let's keep that consistent and just remove
this test instead.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/test/pybind/test_ceph_argparse.py