summaryrefslogtreecommitdiff
path: root/qa/workunits/rbd/test_librbd_python.sh
blob: 053feb4297e604830aca1010d6711221ba1c2bf1 (plain)
1
2
3
4
5
#!/bin/sh -ex

wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rbd.py
nosetests -v -e '.*test_remove_with_watcher' test_rbd
exit 0