zephyr/tests/subsys
Daniel Leung 0b76fd92fc tests: logging/dictionary: pytest only looks at last output
There are instances where on hardware tests would result in
multiple dictionary logging blocks. This is usually due to
flashing and running via twister in separate steps. Once
flashing is done, the device starts running and sending
logging string to output, but twister is not ready to read
them, thus leaving the strings in the host's UART buffer.
Then twister starts its testing run by resetting the device
which results in another dictionary logging block to show
up. So the pytest script has to be updated to only look at
the last dictionay logging block.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-07-09 17:25:22 -04:00
..
bindesc/definition build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
canbus/isotp drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
debug test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
dfu tests/dfu: Replace flash_area_erase with flash_area_flatten 2024-06-04 08:00:46 +02:00
display/cfb/basic tests: subsys: display: cfb: Add CFB tests 2024-06-28 07:21:47 -04:00
dsp lib: cpp: remove deprecated Kconfigs 2024-06-18 14:33:58 -04:00
edac
emul everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
fs everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
input everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
ipc tests/subsys/ipc/pbuf: Filter out partial native/posix arch builds 2024-07-06 17:03:26 +02:00
jwt modules: mbedtls: Add a mbedtls_ms_time implementation 2024-01-17 16:52:52 +01:00
llext/simple llext: add a test for llext_find_section 2024-06-25 21:25:33 -04:00
logging tests: logging/dictionary: pytest only looks at last output 2024-07-09 17:25:22 -04:00
lorawan everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
mem_mgmt test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
mgmt tests: mgmt: mcumgr: fs_mgmt_hash_supported: add unsupported platforms 2024-05-29 08:39:26 +02:00
modbus
modem tests: modem: cmux: extend test suite to cover release case 2024-06-26 09:27:20 -04:00
openthread tests: openthread: Disable native_posix board 2024-05-20 14:25:44 +03:00
pm everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
portability test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
random/rng tests: random: Move and rename rng test 2024-05-30 16:48:31 -05:00
rtio tests: rtio: workq: Add testsuite to exercise RTIO work-queues 2024-07-09 17:21:05 -04:00
sd tests: sd: sdmmc: add rcar_h3ulcb_r8a77951_a57 board to test 2024-06-12 21:14:49 -04:00
sensing tests: subsys: sensing: set CONFIG_EMUL=y 2024-06-06 04:44:49 -07:00
settings everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
shell build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
sip_svc
storage everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
testsuite/fff_fake_contexts tests/subsys several: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
tracing/tracing_api everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
usb everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
zbus tests: zbus: unittests: Add CMAKE_LINKER_GENERATOR case 2024-07-09 12:02:51 +02:00