From: Patrick Donnelly Date: Thu, 18 Apr 2024 20:58:56 +0000 (-0400) Subject: qa/suites/rados/mgr: add cli/devicehealth tasks X-Git-Tag: testing/wip-mchangir-testing-20250303.143918-reef-debug~1^2~5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ef70d3bb1905b4d5fbdbb2be950ca7b42e8ca345;p=ceph-ci.git qa/suites/rados/mgr: add cli/devicehealth tasks These should have been part of the commit adding the tests. Fixes: 9ebcbdbed0fbaf37d60fbd8db321742ee5721d8c Signed-off-by: Patrick Donnelly (cherry picked from commit 440f25e1eca4c3ffbe5c8451cfa0bae0502362da) --- diff --git a/qa/suites/rados/mgr/tasks/4-units/cli.yaml b/qa/suites/rados/mgr/tasks/4-units/cli.yaml new file mode 100644 index 00000000000..a92ee0bc4c3 --- /dev/null +++ b/qa/suites/rados/mgr/tasks/4-units/cli.yaml @@ -0,0 +1,4 @@ +tasks: + - cephfs_test_runner: + modules: + - tasks.mgr.test_cli diff --git a/qa/suites/rados/mgr/tasks/4-units/devicehealth.yaml b/qa/suites/rados/mgr/tasks/4-units/devicehealth.yaml new file mode 100644 index 00000000000..6f337d83c20 --- /dev/null +++ b/qa/suites/rados/mgr/tasks/4-units/devicehealth.yaml @@ -0,0 +1,17 @@ +mgrmodules: + sequential: + - exec: + mon.a: + - ceph config set mgr mgr/devicehealth/log_level debug + +overrides: + ceph: + conf: + mgr: + debug ms: 1 + debug cephsqlite: 20 + +tasks: + - cephfs_test_runner: + modules: + - tasks.mgr.test_devicehealth