Skip to content

Commit

Permalink
tests/xen: make logs clearer when an unexpected XTF test is skipped
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Verschelde <[email protected]>
  • Loading branch information
stormi committed Jan 8, 2024
1 parent d9bc278 commit 91a52b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/xen/test_xtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 91a52b6

Please sign in to comment.