diff options
Diffstat (limited to 'qa/workunits/cls')
-rwxr-xr-x | qa/workunits/cls/test_cls_2pc_queue.sh | 5 | ||||
-rw-r--r-- | qa/workunits/cls/test_cls_cas.sh | 6 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_cmpomap.sh | 5 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_hello.sh | 5 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_journal.sh | 6 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_lock.sh | 5 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_log.sh | 5 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_numops.sh | 5 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_rbd.sh | 6 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_refcount.sh | 5 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_rgw.sh | 8 | ||||
-rwxr-xr-x | qa/workunits/cls/test_cls_sdk.sh | 5 |
12 files changed, 66 insertions, 0 deletions
diff --git a/qa/workunits/cls/test_cls_2pc_queue.sh b/qa/workunits/cls/test_cls_2pc_queue.sh new file mode 100755 index 000000000..b4f68800f --- /dev/null +++ b/qa/workunits/cls/test_cls_2pc_queue.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_2pc_queue + +exit 0 diff --git a/qa/workunits/cls/test_cls_cas.sh b/qa/workunits/cls/test_cls_cas.sh new file mode 100644 index 000000000..765913482 --- /dev/null +++ b/qa/workunits/cls/test_cls_cas.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +GTEST_FILTER=${CLS_CAS_GTEST_FILTER:-*} +ceph_test_cls_cas --gtest_filter=${GTEST_FILTER} + +exit 0 diff --git a/qa/workunits/cls/test_cls_cmpomap.sh b/qa/workunits/cls/test_cls_cmpomap.sh new file mode 100755 index 000000000..af079f6e6 --- /dev/null +++ b/qa/workunits/cls/test_cls_cmpomap.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_cmpomap + +exit 0 diff --git a/qa/workunits/cls/test_cls_hello.sh b/qa/workunits/cls/test_cls_hello.sh new file mode 100755 index 000000000..0a2e09620 --- /dev/null +++ b/qa/workunits/cls/test_cls_hello.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_hello + +exit 0 diff --git a/qa/workunits/cls/test_cls_journal.sh b/qa/workunits/cls/test_cls_journal.sh new file mode 100755 index 000000000..9aa7450a9 --- /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 diff --git a/qa/workunits/cls/test_cls_lock.sh b/qa/workunits/cls/test_cls_lock.sh new file mode 100755 index 000000000..c14527053 --- /dev/null +++ b/qa/workunits/cls/test_cls_lock.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_lock + +exit 0 diff --git a/qa/workunits/cls/test_cls_log.sh b/qa/workunits/cls/test_cls_log.sh new file mode 100755 index 000000000..523f985e7 --- /dev/null +++ b/qa/workunits/cls/test_cls_log.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_log + +exit 0 diff --git a/qa/workunits/cls/test_cls_numops.sh b/qa/workunits/cls/test_cls_numops.sh new file mode 100755 index 000000000..dcbafcab2 --- /dev/null +++ b/qa/workunits/cls/test_cls_numops.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_numops + +exit 0 diff --git a/qa/workunits/cls/test_cls_rbd.sh b/qa/workunits/cls/test_cls_rbd.sh new file mode 100755 index 000000000..fd4bec0f8 --- /dev/null +++ b/qa/workunits/cls/test_cls_rbd.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +GTEST_FILTER=${CLS_RBD_GTEST_FILTER:-*} +ceph_test_cls_rbd --gtest_filter=${GTEST_FILTER} + +exit 0 diff --git a/qa/workunits/cls/test_cls_refcount.sh b/qa/workunits/cls/test_cls_refcount.sh new file mode 100755 index 000000000..d722f5ad9 --- /dev/null +++ b/qa/workunits/cls/test_cls_refcount.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_refcount + +exit 0 diff --git a/qa/workunits/cls/test_cls_rgw.sh b/qa/workunits/cls/test_cls_rgw.sh new file mode 100755 index 000000000..257338a05 --- /dev/null +++ b/qa/workunits/cls/test_cls_rgw.sh @@ -0,0 +1,8 @@ +#!/bin/sh -e + +ceph_test_cls_rgw +#ceph_test_cls_rgw_meta +#ceph_test_cls_rgw_log +#ceph_test_cls_rgw_opstate + +exit 0 diff --git a/qa/workunits/cls/test_cls_sdk.sh b/qa/workunits/cls/test_cls_sdk.sh new file mode 100755 index 000000000..f1ccdc3b4 --- /dev/null +++ b/qa/workunits/cls/test_cls_sdk.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_sdk + +exit 0 |