]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/python: remove test for ceph cli
authorKefu Chai <kchai@redhat.com>
Wed, 31 Jul 2019 06:29:24 +0000 (14:29 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 31 Jul 2019 06:29:27 +0000 (14:29 +0800)
commit5ca4881dbb8b09429e2a8c4a63da3d2c0e17cac8
tree6982eed6f04ec7d5e93cd3939a910ab5febe5dff
parent1d445110dba6681afc47ff3ea44157667e5fd9ca
test/python: remove test for ceph cli

we have abundant test for exercising `ceph` cli, like

qa/standalone/mon/misc.sh.

and `test_ceph.py` does not test any functionality of this python script
other than importing it, which basically runs it through python's syntax
check.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/python/.gitignore [deleted file]
src/test/python/ceph/.gitignore [deleted file]
src/test/python/ceph/setup.py [deleted file]
src/test/python/ceph/tests/test_ceph.py [deleted file]
src/test/python/ceph/tox.ini [deleted file]