ceph/qa/workunits/libcephfs/test.sh
Xiubo Li 540f396203 test/libcephfs: move the snapdiff to a dedicated binary
The snapdiff test cases will take too much time, sometimes for hours.
It's very inconvenient to run some general tests locally.

Just move it to a dedicated binary.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
2023-11-15 15:42:10 +08:00

12 lines
209 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
ceph_test_libcephfs_suidsgid
ceph_test_libcephfs_snapdiff
exit 0