mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
parent
c52dbd5703
commit
b26dc4e027
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user