mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
6 lines
120 B
Bash
Executable File
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
|