From 91a52b6a4c2d25ff43991d73df5a8937d36e1878 Mon Sep 17 00:00:00 2001 From: Samuel Verschelde Date: Mon, 8 Jan 2024 19:04:13 +0100 Subject: [PATCH] tests/xen: make logs clearer when an unexpected XTF test is skipped Signed-off-by: Samuel Verschelde --- tests/xen/test_xtf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xen/test_xtf.py b/tests/xen/test_xtf.py index 3cfae08bf..bee55e635 100644 --- a/tests/xen/test_xtf.py +++ b/tests/xen/test_xtf.py @@ -46,6 +46,7 @@ def test_all(self, host, xtf_runner): "Checking whether they belong to the allowed list...") for skipped_test in skipped_tests: if skipped_test not in self._common_skips: + logging.error(f"... At least one doesn't") raise logging.info("... They do") else: