From: Sage Weil Date: Wed, 13 Nov 2019 23:13:59 +0000 (+0000) Subject: qa/workunits/rados/test_python: make sure rbd pool exists X-Git-Tag: v15.1.0~790^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b809cd3308377507abdac98a7f4ca03bc983a4c;p=ceph.git qa/workunits/rados/test_python: make sure rbd pool exists The ceph2 task doesn't create it for you. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh index 80369c8d15ac..45bdbc52e1af 100755 --- a/qa/workunits/rados/test_python.sh +++ b/qa/workunits/rados/test_python.sh @@ -1,4 +1,5 @@ #!/bin/sh -ex +ceph osd pool create rbd ${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py exit 0