diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2024-12-04 12:19:08 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-12-04 12:35:04 +0100 |
commit | 26a632059434c2a90931bc485230d4d2fd4c30fd (patch) | |
tree | 13e38924d636a189da92d67c2c4d76732d1188fb | |
parent | Merge pull request #60514 from rhcs-dashboard/fix-68733-main (diff) | |
download | ceph-26a632059434c2a90931bc485230d4d2fd4c30fd.tar.xz ceph-26a632059434c2a90931bc485230d4d2fd4c30fd.zip |
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 <idryomov@gmail.com>
-rw-r--r-- | qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml | 7 |
1 files 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 |