From 55bd7687bf689115d6e06840a58cd30f7d152387 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 25 Feb 2013 15:59:48 -0800 Subject: [PATCH] qa: enable watch-notify dependent test This works now that watch-notify has been reworked a bit. Signed-off-by: Josh Durgin --- qa/workunits/rbd/test_librbd_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh index e975d17f50374..0d89b369d0247 100755 --- a/qa/workunits/rbd/test_librbd_python.sh +++ b/qa/workunits/rbd/test_librbd_python.sh @@ -4,5 +4,5 @@ CEPH_REF=${CEPH_REF:-master} #wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rbd.py wget -O test_rbd.py "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rbd.py" || \ wget -O test_rbd.py "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=ref/heads/$CEPH_REF;f=src/test/pybind/test_rbd.py" -nosetests -v -e '.*test_remove_with_watcher' test_rbd +nosetests -v test_rbd exit 0 -- 2.39.5