summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/cls/test_cls_rbd.sh
blob: fd4bec0f8dec7e9115696a4c2ed1371b9ced0a33 (plain)
1
2
3
4
5
6
#!/bin/sh -e

GTEST_FILTER=${CLS_RBD_GTEST_FILTER:-*}
ceph_test_cls_rbd --gtest_filter=${GTEST_FILTER}

exit 0