Added test suite with test cases which performs stress test of the logger in immediate mode. There are multiple threads continuesly logging and being preempted. Test verifies that system does not ends up in assert or fault. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
CONFIG_MAIN_THREAD_PRIORITY=5
|
|
CONFIG_ZTEST=y
|
|
CONFIG_TEST_LOGGING_DEFAULTS=n
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_IMMEDIATE=y
|
|
CONFIG_ASSERT=y
|