From: Ilya Dryomov Date: Thu, 30 Jan 2014 12:44:56 +0000 (+0200) Subject: run-rbd-tests: run remove_with_watcher test X-Git-Tag: v0.78~245^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1159%2Fhead;p=ceph.git run-rbd-tests: run remove_with_watcher test Bug #2533 has been fixed for a while now, start running remove_with_watcher test. Signed-off-by: Ilya Dryomov --- diff --git a/src/test/run-rbd-tests b/src/test/run-rbd-tests index ddd1f50cdf6..c96f6b1e9f2 100755 --- a/src/test/run-rbd-tests +++ b/src/test/run-rbd-tests @@ -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 }