mirror of
https://github.com/ceph/ceph
synced 2025-01-03 17:42:36 +00:00
240154f114
Signed-off-by: Sage Weil <sage@redhat.com>
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
|