]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/rados/mgr: add cli/devicehealth tasks
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 18 Apr 2024 20:58:56 +0000 (16:58 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 25 Feb 2025 16:17:15 +0000 (11:17 -0500)
These should have been part of the commit adding the tests.

Fixes: 9ebcbdbed0fbaf37d60fbd8db321742ee5721d8c
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 440f25e1eca4c3ffbe5c8451cfa0bae0502362da)

qa/suites/rados/mgr/tasks/4-units/cli.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/4-units/devicehealth.yaml [new file with mode: 0644]

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 (file)
index 0000000..a92ee0b
--- /dev/null
@@ -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 (file)
index 0000000..6f337d8
--- /dev/null
@@ -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