summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/mgr/tasks/module_selftest.yaml
blob: 905e6f783008e7e6bb2c8c34eb241f2538c7095c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
tasks:
  - install:
  - ceph:
      # 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-ignorelist:
        - overall HEALTH_
        - \(MGR_DOWN\)
        - \(PG_
        - replacing it with standby
        - No standby daemons available
        - Reduced data availability
        - Degraded data redundancy
        - objects misplaced
        - Synthetic exception in serve
        - influxdb python module not found
        - \(MGR_ZABBIX_
        - foo bar
        - Failed to open Telegraf
        - evicting unresponsive client
  - cephfs_test_runner:
      modules:
        - tasks.mgr.test_module_selftest
      fail_on_skip: false