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: v20.0.0~2042^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=440f25e1eca4c3ffbe5c8451cfa0bae0502362da;p=ceph.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 --- 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 0000000000000..a92ee0bc4c3e5 --- /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 0000000000000..6f337d83c2017 --- /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