From 8035440982a54c66c6b4362f7b1cd862a8c03449 Mon Sep 17 00:00:00 2001 From: Adam King Date: Thu, 25 Apr 2024 07:53:00 -0400 Subject: [PATCH] qa/cephadm: ignore CEPHADM_REFRESH_FAILED on timeout test This test tests the timeout by explicitly causing the refresh of the devices to timeout, which will always raise this health warning Signed-off-by: Adam King --- .../cephadm/no-agent-workunits/task/test_cephadm_timeout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/orch/cephadm/no-agent-workunits/task/test_cephadm_timeout.yaml b/qa/suites/orch/cephadm/no-agent-workunits/task/test_cephadm_timeout.yaml index 96763df3088..03cb4e771b3 100644 --- a/qa/suites/orch/cephadm/no-agent-workunits/task/test_cephadm_timeout.yaml +++ b/qa/suites/orch/cephadm/no-agent-workunits/task/test_cephadm_timeout.yaml @@ -6,6 +6,8 @@ roles: - client.0 overrides: ceph: + log-ignorelist: + - CEPHADM_REFRESH_FAILED log-only-match: - CEPHADM_ tasks: -- 2.39.5