From: Sage Weil Date: Mon, 24 Sep 2018 03:43:08 +0000 (-0500) Subject: qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml: skip parents test X-Git-Tag: v14.0.1~197^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=757a94b98073c4fa1a05b2260d59604aaf5f98aa;p=ceph.git qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml: skip parents test We can't (easily) build updated hammer packages, but all this sh script does it run this one test binary with --gtest_filter arguments, so just do it directly and skip the test explicitly here. (Newer version of the .sh understand the environemnt variable but the hammer version does not.) Fixes: http://tracker.ceph.com/issues/36104 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 index 06cafab7d8960..31ccad9f8a358 100644 --- a/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml +++ b/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml @@ -2,9 +2,6 @@ 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 +- exec: + client.2: + - ceph_test_cls_rbd --gtest_filter=-TestClsRbd.get_features:TestClsRbd.parents