From: Matan Breizman Date: Thu, 9 Mar 2023 11:15:18 +0000 (+0000) Subject: qa/suites/crimson-rados/rbd: Add new rbd image format api tests X-Git-Tag: v18.1.0~53^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0d2ccc3d95f872cc0be4f40dd03c21147582a67e;p=ceph-ci.git qa/suites/crimson-rados/rbd: Add new rbd image format api tests Signed-off-by: Matan Breizman (cherry picked from commit 27e309ef9668a17fec774ba29fa82654f4cd1785) --- 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" +