From 0d2ccc3d95f872cc0be4f40dd03c21147582a67e Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Thu, 9 Mar 2023 11:15:18 +0000 Subject: [PATCH] qa/suites/crimson-rados/rbd: Add new rbd image format api tests Signed-off-by: Matan Breizman (cherry picked from commit 27e309ef9668a17fec774ba29fa82654f4cd1785) --- .../rbd/tasks/rbd_api_tests.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 qa/suites/crimson-rados/rbd/tasks/rbd_api_tests.yaml diff --git a/qa/suites/crimson-rados/rbd/tasks/rbd_api_tests.yaml b/qa/suites/crimson-rados/rbd/tasks/rbd_api_tests.yaml new file mode 100644 index 00000000000..b0d019bbea3 --- /dev/null +++ b/qa/suites/crimson-rados/rbd/tasks/rbd_api_tests.yaml @@ -0,0 +1,21 @@ +overrides: + ceph: + log-ignorelist: + - overall HEALTH_ + - \(CACHE_POOL_NO_HIT_SET\) + - \(POOL_APP_NOT_ENABLED\) + - is full \(reached quota + - \(OSDMAP_FLAGS\) + - \(OSD_ + - \(PG_ + - \(POOL_ + - \(CACHE_POOL_ + - \(POOL_FULL\) +tasks: +- workunit: + clients: + client.0: + - rbd/crimson/test_crimson_librbd.sh + env: + RBD_FEATURES: "61" + -- 2.39.5