Skip to content

Commit d81b3d7

Browse files
aasthagrcarlescufi
authored andcommitted
tests/subsys/logging/log_switch_format: fix incomplete logs
log_Switch_format test has incomplete handler logs on frdm_k64f and also a false positive for logging.log_switch_format.immediate testcase due to harness console which does not wait for completion of ztest testcases to indicate pass/fail status to twister. Fixes #46368 Signed-off-by: Aastha Grover <[email protected]>
1 parent 6dcdbe6 commit d81b3d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/subsys/logging/log_switch_format/testcase.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ common:
55
arch_exclude: mips nios2 posix sparc
66
filter: not CONFIG_64BIT
77
tests:
8-
logger.syst.v2.deferred:
8+
logging.log_switch_format.deferred:
99
integration_platforms:
1010
- mps2_an385
1111
- qemu_x86
@@ -21,7 +21,7 @@ tests:
2121
- "hello sys-t on board"
2222
- "SYS-T RAW DATA: "
2323
- "SYST Sample Execution Completed"
24-
logger.syst.v2.immediate:
24+
logging.log_switch_format.immediate:
2525
extra_args: OVERLAY_CONFIG=overlay_immediate.conf
2626
integration_platforms:
2727
- mps2_an385
@@ -37,3 +37,4 @@ tests:
3737
- "hello sys-t on board"
3838
- "SYS-T RAW DATA: "
3939
- "SYST Sample Execution Completed"
40+
- "PROJECT EXECUTION SUCCESSFUL"

0 commit comments

Comments
 (0)