summaryrefslogtreecommitdiff
path: root/qa/workunits/rados/test_python.sh
blob: ee75fd86b9fa12901ffc30f757e782f4668dbf95 (plain)
1
2
3
4
5
6
7
#!/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