]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-rbd-tests: run remove_with_watcher test 1159/head
authorIlya Dryomov <ilya.dryomov@inktank.com>
Thu, 30 Jan 2014 12:44:56 +0000 (14:44 +0200)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Thu, 30 Jan 2014 12:47:45 +0000 (14:47 +0200)
Bug #2533 has been fixed for a while now, start running
remove_with_watcher test.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
src/test/run-rbd-tests

index ddd1f50cdf6a030eccc2a6e8cf67a82a23adac54..c96f6b1e9f27c241e22ef35235b4ce5013d35891 100755 (executable)
@@ -24,8 +24,7 @@ run_cli_tests() {
 run_api_tests() {
     recreate_pool rbd
     # skip many_snaps since it takes several minutes
-    # skip remove_with_watcher until #2533 is fixed
-    nosetests -v test_rbd -e '.*many_snaps' -e '.*remove_with_watcher'
+    nosetests -v test_rbd -e '.*many_snaps'
     # ceph_test_librbd creates its own pools
     ceph_test_librbd
 }