From 440f25e1eca4c3ffbe5c8451cfa0bae0502362da Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 18 Apr 2024 16:58:56 -0400 Subject: [PATCH] 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 --- qa/suites/rados/mgr/tasks/4-units/cli.yaml | 4 ++++ .../rados/mgr/tasks/4-units/devicehealth.yaml | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 qa/suites/rados/mgr/tasks/4-units/cli.yaml create mode 100644 qa/suites/rados/mgr/tasks/4-units/devicehealth.yaml 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 -- 2.39.5