test: fix run-rbd-tests

The python tests were not renamed

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
Josh Durgin 2013-02-11 08:04:47 -08:00
parent c52dbd5703
commit b26dc4e027

View File

@ -25,7 +25,7 @@ run_api_tests() {
recreate_pool rbd
# skip many_snaps since it takes several minutes
# skip remove_with_watcher until #2533 is fixed
nosetests -v ceph_test_rbd -e '.*many_snaps' -e '.*remove_with_watcher'
nosetests -v test_rbd -e '.*many_snaps' -e '.*remove_with_watcher'
# ceph_test_librbd creates its own pools
ceph_test_librbd
}