summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-03-02 11:00:08 -0800
committerSage Weil <sage.weil@dreamhost.com>2012-03-02 11:00:08 -0800
commit70360f840e9b0f28d7aca20bb1bb71b8c098dec8 (patch)
tree386f54535d0e8bfc1947b7dbda0e45f1d1980fd6 /qa
parentcacf0fdec8189f90b0af81e9ef03f707d8c0d02c (diff)
downloadceph-70360f840e9b0f28d7aca20bb1bb71b8c098dec8.tar.gz
github.com/NewDreamNetwork -> github.com/ceph
Diffstat (limited to 'qa')
-rwxr-xr-xqa/workunits/rados/test_python.sh4
-rwxr-xr-xqa/workunits/rbd/test_librbd_python.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh
index ec46befb68e..ee75fd86b9f 100755
--- a/qa/workunits/rados/test_python.sh
+++ b/qa/workunits/rados/test_python.sh
@@ -1,7 +1,7 @@
#!/bin/sh -ex
-wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rados.py
-wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rgw.py
+wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rados.py
+wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rgw.py
nosetests -v test_rados
nosetests -v test_rgw
exit 0
diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh
index 3b5586af515..f0d44ef278f 100755
--- a/qa/workunits/rbd/test_librbd_python.sh
+++ b/qa/workunits/rbd/test_librbd_python.sh
@@ -1,5 +1,5 @@
#!/bin/sh -ex
-wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rbd.py
+wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rbd.py
nosetests -v test_rbd
exit 0