From 26a632059434c2a90931bc485230d4d2fd4c30fd Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 4 Dec 2024 12:19:08 +0100 Subject: [PATCH] qa/suites/rados/thrash-old-clients: switch to cls/test_cls_rbd.sh workunit For consistency with other upgrade jobs, don't invoke ceph_test_cls_rbd directly. While at it, drop a long outdated filter. Signed-off-by: Ilya Dryomov --- qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 a8bbbafece0..e7fee084e46 100644 --- a/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml +++ b/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml @@ -2,6 +2,7 @@ meta: - desc: | rbd object class functional tests tasks: -- exec: - client.2: - - ceph_test_cls_rbd --gtest_filter=-TestClsRbd.get_features:TestClsRbd.parents:TestClsRbd.mirror +- workunit: + clients: + client.2: + - cls/test_cls_rbd.sh -- 2.39.5