mirror of
https://github.com/ceph/ceph
synced 2025-01-24 20:13:45 +00:00
7309be145b
Signed-off-by: Ricardo Dias <rdias@suse.com>
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
|
|
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-whitelist:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(PG_
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- \(FS_DEGRADED\)
|
|
- \(MDS_FAILED\)
|
|
- \(MDS_DEGRADED\)
|
|
- \(FS_WITH_FAILED_MDS\)
|
|
- \(MDS_DAMAGE\)
|
|
- \(MDS_ALL_DOWN\)
|
|
- \(MDS_UP_LESS_THAN_MAX\)
|
|
- rgw: [client.0]
|
|
- cephfs_test_runner:
|
|
fail_on_skip: false
|
|
modules:
|
|
- tasks.mgr.test_dashboard
|
|
- tasks.mgr.dashboard.test_auth
|
|
- tasks.mgr.dashboard.test_cephfs
|
|
- tasks.mgr.dashboard.test_cluster_configuration
|
|
- tasks.mgr.dashboard.test_dashboard
|
|
- tasks.mgr.dashboard.test_host
|
|
- tasks.mgr.dashboard.test_monitor
|
|
- tasks.mgr.dashboard.test_osd
|
|
- tasks.mgr.dashboard.test_perf_counters
|
|
- tasks.mgr.dashboard.test_summary
|
|
- tasks.mgr.dashboard.test_rgw
|
|
- tasks.mgr.dashboard.test_rbd
|
|
- tasks.mgr.dashboard.test_pool
|