mirror of
https://github.com/ceph/ceph
synced 2024-12-23 11:54:11 +00:00
e161ce1593
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rbd.py
|
|
nosetests -v test_rbd
|
|
exit 0
|