ceph/qa/suites/rados/mgr/tasks/module_selftest.yaml
Kefu Chai 39b2b5edc0 qa/tasks/mgr: skip test_diskprediction_local on python>=3.8
query the python version before trying to test diskprediction_local

Fixes: https://tracker.ceph.com/issues/50196
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-04-07 21:27:44 +08:00

27 lines
740 B
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-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