ceph/qa/workunits/rbd/test_librbd_python.sh
2012-03-02 11:00:08 -08:00

6 lines
120 B
Bash
Executable File

#!/bin/sh -ex
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rbd.py
nosetests -v test_rbd
exit 0