]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: fix run-rbd-tests
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Feb 2013 16:04:47 +0000 (08:04 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 11 Feb 2013 16:04:47 +0000 (08:04 -0800)
The python tests were not renamed

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/test/run-rbd-tests

index d7a2b1b98d4f72fb564c2c6d0f8c3c210f56bbf3..d3c8b9e98ca2b24160ba0bbd8bb78a6a557476b0 100755 (executable)
@@ -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
 }