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: v17.2.8~126^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e07ab13210c6df776cca07583229507b0c05ff2a;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 (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