]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add task for progress module 23146/head
authorJohn Spray <john.spray@redhat.com>
Fri, 20 Jul 2018 17:30:16 +0000 (13:30 -0400)
committerJohn Spray <john.spray@redhat.com>
Tue, 11 Sep 2018 10:21:35 +0000 (11:21 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
qa/suites/rados/mgr/tasks/progress.yaml [new file with mode: 0644]

diff --git a/qa/suites/rados/mgr/tasks/progress.yaml b/qa/suites/rados/mgr/tasks/progress.yaml
new file mode 100644 (file)
index 0000000..7846257
--- /dev/null
@@ -0,0 +1,24 @@
+
+tasks:
+  - install:
+  - ceph:
+      config:
+        global:
+          osd pool default size : 3
+          osd pool default min size : 2
+      # tests may leave mgrs broken, so don't try and call into them
+      # to invoke e.g. pg dump during teardown.
+      wait-for-scrub: false
+      log-whitelist:
+        - overall HEALTH_
+        - \(MGR_DOWN\)
+        - \(MDS_ALL_DOWN\)
+        - \(MDS_UP_LESS_THAN_MAX\)
+        - \(FS_WITH_FAILED_MDS\)
+        - \(FS_DEGRADED\)
+        - \(PG_
+        - replacing it with standby
+        - No standby daemons available
+  - cephfs_test_runner:
+      modules:
+        - tasks.mgr.test_progress