Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / cls / test_cls_journal.sh
1 #!/bin/sh -e
2
3 GTEST_FILTER=${CLS_JOURNAL_GTEST_FILTER:-*}
4 ceph_test_cls_journal --gtest_filter=${GTEST_FILTER}
5
6 exit 0