]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rbd: run cls tests for all dependencies 18592/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 27 Oct 2017 13:58:20 +0000 (09:58 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 27 Oct 2017 19:23:45 +0000 (15:23 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/suites/rbd/basic/tasks/rbd_cls_tests.yaml
qa/workunits/cls/test_cls_journal.sh [new file with mode: 0755]

index 9ccd57c4a82a732dc4adf67a6c18508e7471d692..51b35e2e17ca1280b50799d01b76a2e2aeb014af 100644 (file)
@@ -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 (executable)
index 0000000..9aa7450
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+GTEST_FILTER=${CLS_JOURNAL_GTEST_FILTER:-*}
+ceph_test_cls_journal --gtest_filter=${GTEST_FILTER}
+
+exit 0