Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / rbd / test_librbd.sh
1 #!/bin/sh -e
2
3 if [ -n "${VALGRIND}" ]; then
4   valgrind ${VALGRIND} --suppressions=${TESTDIR}/valgrind.supp \
5     --error-exitcode=1 ceph_test_librbd
6 else
7   ceph_test_librbd
8 fi
9 exit 0