]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rados/test_python.sh
update ceph source to reef 18.2.0
[ceph.git] / ceph / qa / workunits / rados / test_python.sh
index 469fcb7aa326c6518a574765b027253f76815c51..cf4597a414094398bef4df94932d9d627c2dabcc 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh -ex
 
 ceph osd pool create rbd
-${PYTHON:-python3} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py "$@"
+${PYTHON:-python3} -m pytest -v $(dirname $0)/../../../src/test/pybind/test_rados.py "$@"
 exit 0