]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/fs/test_python.sh
update ceph source to reef 18.2.0
[ceph.git] / ceph / qa / workunits / fs / test_python.sh
index 74dbfa3218e9a0741b5fc8c03034744ff1d27239..6e39b95a4d186d9a54a14531b5c31a8c55ac90d9 100755 (executable)
@@ -2,5 +2,5 @@
 
 # Running as root because the filesystem root directory will be
 # owned by uid 0, and that's where we're writing.
-sudo python3 -m nose -v $(dirname $0)/../../../src/test/pybind/test_cephfs.py
+sudo python3 -m pytest -v $(dirname $0)/../../../src/test/pybind/test_cephfs.py
 exit 0