summaryrefslogtreecommitdiff
path: root/qa/workunits/rados/test_python.sh
blob: ec46befb68e84478657583d5a0608376df9c8ae8 (plain)
1
2
3
4
5
6
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
nosetests -v test_rados
nosetests -v test_rgw
exit 0