mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
f418775d2c
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
8 lines
244 B
Bash
Executable File
8 lines
244 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rados.py
|
|
wget -q https://raw.github.com/NewDreamNetwork/ceph/master/src/test/pybind/test_rgw.py
|
|
nosetests -v test_rados
|
|
nosetests -v test_rgw
|
|
exit 0
|