From: Josh Durgin Date: Mon, 25 Feb 2013 23:59:48 +0000 (-0800) Subject: qa: enable watch-notify dependent test X-Git-Tag: v0.59~116^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55bd7687bf689115d6e06840a58cd30f7d152387;p=ceph.git qa: enable watch-notify dependent test This works now that watch-notify has been reworked a bit. Signed-off-by: Josh Durgin --- diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh index e975d17f503..0d89b369d02 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