From b26dc4e027373d74aad3d9630f269e1e17b8f226 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 11 Feb 2013 08:04:47 -0800 Subject: [PATCH] test: fix run-rbd-tests The python tests were not renamed Signed-off-by: Josh Durgin --- src/test/run-rbd-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-rbd-tests b/src/test/run-rbd-tests index d7a2b1b98d4f7..d3c8b9e98ca2b 100755 --- a/src/test/run-rbd-tests +++ b/src/test/run-rbd-tests @@ -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 } -- 2.39.5