Skip to content

Commit

Permalink
tests: p4wq: set log level for test
Browse files Browse the repository at this point in the history
Log messages from workqueue are very chatty and on some systems cause
dropping of messages coming from the tests, so set the level to not get
warnings.

Fixes zephyrproject-rtos#45670

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and laxiLang committed May 30, 2022
1 parent e3a6627 commit 7995b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/p4workq/prj.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST=y
CONFIG_SCHED_DEADLINE=y

CONFIG_LOG_DEFAULT_LEVEL=1
# Test whiteboxes the wait_q and expects it to be a dlist
CONFIG_WAITQ_SCALABLE=n
CONFIG_WAITQ_DUMB=y

0 comments on commit 7995b67

Please sign in to comment.