From 8933fa46d9172a9fd4f7274904f184430e88dd94 Mon Sep 17 00:00:00 2001 From: Adam King Date: Mon, 22 Apr 2024 12:05:17 -0400 Subject: [PATCH] qa/cephadm: ignore stray warnings on host drain test These warnings are unsurprising during this test as we clear all the daemons off of a host. They shouldn't result in the test failing. Signed-off-by: Adam King --- qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml b/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml index 558cedbd74e..a19fb1741ff 100644 --- a/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml +++ b/qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml @@ -5,6 +5,8 @@ overrides: - mons down - mon down - out of quorum + - CEPHADM_STRAY_HOST + - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ roles: -- 2.47.3