]> git.apps.os.sepia.ceph.com Git - ceph.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@redhat.com>
Mon, 29 Apr 2024 16:22:27 +0000 (12:22 -0400)
These should have been part of the commit adding the tests.

Fixes: 9ebcbdbed0fbaf37d60fbd8db321742ee5721d8c
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
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