From ae0c2bbb50ab04467b5223a4f61bfca4b0830142 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 15 Feb 2013 09:20:14 -0800 Subject: [PATCH] qa: pull qa stuff from ceph.com ceph.git mirror Signed-off-by: Sage Weil --- qa/run_xfstests_qemu.sh | 3 ++- qa/workunits/rados/test_python.sh | 4 +++- qa/workunits/rbd/test_librbd_python.sh | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 449658fb5c367..636f3bda81c63 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 7678cba863bb1..cbc1ea17415f6 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 f3b2a47e4de07..c3a0614d24734 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 -- 2.39.5