From: chunmei-liu Date: Tue, 1 Mar 2022 05:45:05 +0000 (-0800) Subject: crimson/qa: add rados_api_tests.yaml for seastore X-Git-Tag: v18.1.0~1055^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6b47f01dea74cd2cffc5ef4ce487bc569ccfa70e;p=ceph.git crimson/qa: add rados_api_tests.yaml for seastore Signed-off-by: chunmei-liu --- diff --git a/qa/suites/crimson-rados/seastore/basic/tasks/rados_api_tests.yaml b/qa/suites/crimson-rados/seastore/basic/tasks/rados_api_tests.yaml new file mode 100644 index 00000000000..ad8c921425b --- /dev/null +++ b/qa/suites/crimson-rados/seastore/basic/tasks/rados_api_tests.yaml @@ -0,0 +1,28 @@ +overrides: + ceph: + log-ignorelist: + - reached quota + - but it is still running + - overall HEALTH_ + - \(POOL_FULL\) + - \(SMALLER_PGP_NUM\) + - \(CACHE_POOL_NO_HIT_SET\) + - \(CACHE_POOL_NEAR_FULL\) + - \(POOL_APP_NOT_ENABLED\) + - \(PG_AVAILABILITY\) + - \(PG_DEGRADED\) + conf: + client: + debug ms: 1 + mon: + mon warn on pool no app: false + osd: + osd class load list: "*" + osd class default list: "*" + osd blocked scrub grace period: 3600 +tasks: +- workunit: + clients: + client.0: + - rados/test.sh + - rados/test_pool_quota.sh