]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rbd/test_librbd_python.sh
update ceph source to reef 18.2.0
[ceph.git] / ceph / qa / workunits / rbd / test_librbd_python.sh
index f276986485bdc88b6797368de2ac2552030c7f14..a331008295d4ef23aeda7b86f7d104859b15e689 100755 (executable)
@@ -5,8 +5,8 @@ relpath=$(dirname $0)/../../../src/test/pybind
 if [ -n "${VALGRIND}" ]; then
   valgrind ${VALGRIND} --suppressions=${TESTDIR}/valgrind.supp \
     --errors-for-leak-kinds=definite --error-exitcode=1 \
-    python3 -m nose -v $relpath/test_rbd.py "$@"
+    python3 -m pytest -v $relpath/test_rbd.py "$@"
 else
-    python3 -m nose -v $relpath/test_rbd.py "$@"
+    python3 -m pytest -v $relpath/test_rbd.py "$@"
 fi
 exit 0