]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: pull qa stuff from ceph.com ceph.git mirror
authorSage Weil <sage@inktank.com>
Fri, 15 Feb 2013 17:20:14 +0000 (09:20 -0800)
committerSage Weil <sage@inktank.com>
Fri, 15 Feb 2013 17:20:24 +0000 (09:20 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
qa/run_xfstests_qemu.sh
qa/workunits/rados/test_python.sh
qa/workunits/rbd/test_librbd_python.sh

index 449658fb5c367b7bb77a761d3f5175d6b7d14f8b..636f3bda81c63d6437c8106cea28785da59cd71d 100644 (file)
@@ -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
index 7678cba863bb1df5be417518e57b7cfde46c8c08..cbc1ea17415f6e9dcc999d0bb3aaf84c5f4fc3b0 100755 (executable)
@@ -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
index f3b2a47e4de070a4ba784ef8e22e086fd3c497e4..c3a0614d247341bf63b659e808428b15a513ae24 100755 (executable)
@@ -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