From: Jason Dillaman Date: Fri, 27 Oct 2017 13:58:20 +0000 (-0400) Subject: qa/suites/rbd: run cls tests for all dependencies X-Git-Tag: v13.0.1~380^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27613a63d1f1ee6fa7327cd1c63b875c0e5247f8;p=ceph.git qa/suites/rbd: run cls tests for all dependencies Signed-off-by: Jason Dillaman --- diff --git a/qa/suites/rbd/basic/tasks/rbd_cls_tests.yaml b/qa/suites/rbd/basic/tasks/rbd_cls_tests.yaml index 9ccd57c4a82a..51b35e2e17ca 100644 --- a/qa/suites/rbd/basic/tasks/rbd_cls_tests.yaml +++ b/qa/suites/rbd/basic/tasks/rbd_cls_tests.yaml @@ -3,3 +3,5 @@ tasks: clients: client.0: - cls/test_cls_rbd.sh + - cls/test_cls_lock.sh + - cls/test_cls_journal.sh diff --git a/qa/workunits/cls/test_cls_journal.sh b/qa/workunits/cls/test_cls_journal.sh new file mode 100755 index 000000000000..9aa7450a9940 --- /dev/null +++ b/qa/workunits/cls/test_cls_journal.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +GTEST_FILTER=${CLS_JOURNAL_GTEST_FILTER:-*} +ceph_test_cls_journal --gtest_filter=${GTEST_FILTER} + +exit 0