#!/bin/sh -ex
ceph osd pool create rbd
${PYTHON:-python3} -m pytest -v $(dirname $0)/../../../src/test/pybind/test_rados.py "$@"
exit 0