mirror of
https://github.com/ceph/ceph
synced 2025-02-03 17:03:51 +00:00
05e648be6a
Some extra coverage of the dashboard, including its standby redirect mode and the publishing of URIs. Also invoking the command_spam mode of the selftest module. Signed-off-by: John Spray <john.spray@redhat.com>
17 lines
411 B
YAML
17 lines
411 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-whitelist:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(PG_
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_dashboard
|