mirror of
https://github.com/ceph/ceph
synced 2025-02-09 12:00:04 +00:00
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
ceph osd pool create rbd
|
|
${PYTHON:-python3} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py
|
|
exit 0
|