Skip to content

Commit 7617046

Browse files
golowanowcarlescufi
authored andcommitted
twister: Add expected and detected test case names to debug log
Log expected and detected test case names for the test suite name check debug. Signed-off-by: Dmitrii Golovanov <[email protected]>
1 parent 8ee23dc commit 7617046

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/pylib/twister/twisterlib/handlers.py

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def _verify_ztest_suite_name(self, harness_state, detected_suite_names, handler_
116116
(and not in reverse).
117117
"""
118118
expected_suite_names = self.instance.testsuite.ztest_suite_names
119+
logger.debug(f"Expected suite names:{expected_suite_names}")
120+
logger.debug(f"Detected suite names:{detected_suite_names}")
119121
if not expected_suite_names or \
120122
not harness_state == "passed":
121123
return

0 commit comments

Comments
 (0)