mirror of
https://github.com/ceph/ceph
synced 2024-12-24 20:33:27 +00:00
0bd813f069
* use a fixture for setup_test() * invoke test_cephfs.py with pytest Signed-off-by: Casey Bodley <cbodley@redhat.com>
7 lines
216 B
Bash
Executable File
7 lines
216 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
# Running as root because the filesystem root directory will be
|
|
# owned by uid 0, and that's where we're writing.
|
|
sudo python3 -m pytest -v $(dirname $0)/../../../src/test/pybind/test_cephfs.py
|
|
exit 0
|