From: Sage Weil Date: Thu, 26 Apr 2018 19:25:56 +0000 (-0500) Subject: qa/suites/rados/thrash-old-clients: add cls_rbd, rbd api tests X-Git-Tag: v13.1.0~62^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21704%2Fhead;p=ceph.git qa/suites/rados/thrash-old-clients: add cls_rbd, rbd api tests Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml b/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml new file mode 100644 index 000000000000..06cafab7d896 --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml @@ -0,0 +1,10 @@ +meta: +- desc: | + rbd object class functional tests +tasks: +- workunit: + env: + CLS_RBD_GTEST_FILTER: -TestClsRbd.get_features + clients: + client.2: + - cls/test_cls_rbd.sh diff --git a/qa/suites/rados/thrash-old-clients/workloads/test_rbd_api.yaml b/qa/suites/rados/thrash-old-clients/workloads/test_rbd_api.yaml new file mode 100644 index 000000000000..39617b37e7af --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/workloads/test_rbd_api.yaml @@ -0,0 +1,8 @@ +meta: +- desc: | + librbd C and C++ api tests +workload: +- workunit: + clients: + client.2: + - rbd/test_librbd.sh