summaryrefslogtreecommitdiff
path: root/qa/workunits
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-04-18 21:27:49 -0700
committerSage Weil <sage.weil@dreamhost.com>2012-04-18 21:27:49 -0700
commitf1de0d6cb3aaf23e58293da5498cfcd5a23892a4 (patch)
tree66ab632bc14670f0b5892ae99d21a114173726f2 /qa/workunits
parentd3a57a211a98b191fa25de40c9ea5bf1d7aaee26 (diff)
downloadceph-f1de0d6cb3aaf23e58293da5498cfcd5a23892a4.tar.gz
qa: drop rgw.py from test_python.sh workunit
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
Diffstat (limited to 'qa/workunits')
-rwxr-xr-xqa/workunits/rados/test_python.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh
index ee75fd86b9f..acc9420d9b1 100755
--- a/qa/workunits/rados/test_python.sh
+++ b/qa/workunits/rados/test_python.sh
@@ -1,7 +1,5 @@
#!/bin/sh -ex
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