]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/libcephfs/test.sh
import ceph quincy 17.2.6
[ceph.git] / ceph / qa / workunits / libcephfs / test.sh
1 #!/bin/sh -e
2
3 ceph_test_libcephfs
4 ceph_test_libcephfs_access
5 ceph_test_libcephfs_reclaim
6 ceph_test_libcephfs_lazyio
7 ceph_test_libcephfs_newops
8
9 exit 0