From dd4f322592f94067ffa641969086e8892f689c1c Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 22 Jan 2018 13:32:06 +0000 Subject: [PATCH] qa: add new prometheus test to rados/mgr suite Added in https://github.com/ceph/ceph/pull/19744 Signed-off-by: John Spray --- qa/suites/rados/mgr/tasks/prometheus.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 qa/suites/rados/mgr/tasks/prometheus.yaml diff --git a/qa/suites/rados/mgr/tasks/prometheus.yaml b/qa/suites/rados/mgr/tasks/prometheus.yaml new file mode 100644 index 00000000000..1a7776819c2 --- /dev/null +++ b/qa/suites/rados/mgr/tasks/prometheus.yaml @@ -0,0 +1,16 @@ + +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_prometheus -- 2.39.5