From: Sage Weil Date: Fri, 15 Feb 2013 17:20:14 +0000 (-0800) Subject: qa: pull qa stuff from ceph.com ceph.git mirror X-Git-Tag: v0.58~55 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae0c2bbb50ab04467b5223a4f61bfca4b0830142;p=ceph.git qa: pull qa stuff from ceph.com ceph.git mirror Signed-off-by: Sage Weil --- diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 449658fb5c36..636f3bda81c6 100644 --- a/qa/run_xfstests_qemu.sh +++ b/qa/run_xfstests_qemu.sh @@ -1,7 +1,8 @@ #!/bin/bash mkdir /tmp/cephtest -wget https://raw.github.com/ceph/ceph/master/qa/run_xfstests.sh +#wget https://raw.github.com/ceph/ceph/master/qa/run_xfstests.sh +wget https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa/run_xfstests.sh chmod +x run_xfstests.sh # tests excluded fail in the current testing vm regardless of whether # rbd is used diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh index 7678cba863bb..cbc1ea17415f 100755 --- a/qa/workunits/rados/test_python.sh +++ b/qa/workunits/rados/test_python.sh @@ -1,6 +1,8 @@ #!/bin/sh -ex CEPH_REF=${CEPH_REF:-master} -wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rados.py +#wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rados.py +wget -q https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rados.py || \ + wget -q https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=ref/heads/$CEPH_REF;f=src/test/pybind/test_rados.py nosetests -v test_rados exit 0 diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh index f3b2a47e4de0..c3a0614d2473 100755 --- a/qa/workunits/rbd/test_librbd_python.sh +++ b/qa/workunits/rbd/test_librbd_python.sh @@ -1,6 +1,8 @@ #!/bin/sh -ex CEPH_REF=${CEPH_REF:-master} -wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rbd.py +#wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rbd.py +wget -q https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rbd.py || \ + wget -q 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 exit 0