ceph/qa/workunits/libcephfs/test.sh
Xiubo Li 91fcdbb58e test/libcephfs: add newops test case
Fixes: https://tracker.ceph.com/issues/56529
Signed-off-by: Xiubo Li <xiubli@redhat.com>
2022-08-16 08:30:52 +08:00

10 lines
151 B
Bash
Executable File

#!/bin/sh -e
ceph_test_libcephfs
ceph_test_libcephfs_access
ceph_test_libcephfs_reclaim
ceph_test_libcephfs_lazyio
ceph_test_libcephfs_newops
exit 0