zephyr/tests/subsys/openthread/prj.conf
Anas Nashif 345735d0a8 tests: remove CONFIG_ZTEST_NEW_API in all tests
Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this
is now enabled by default.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-20 15:04:29 +02:00

21 lines
362 B
Plaintext

CONFIG_SHELL=y
CONFIG_ZTEST=y
CONFIG_IEEE802154=y
CONFIG_NETWORKING=y
# Network buffers
CONFIG_NET_PKT_RX_COUNT=5
CONFIG_NET_PKT_TX_COUNT=5
CONFIG_NET_BUF_RX_COUNT=5
CONFIG_NET_BUF_TX_COUNT=5
CONFIG_NET_CONTEXT_NET_PKT_POOL=y
CONFIG_NET_DEBUG_NET_PKT_ALLOC=y
# Logging
CONFIG_NET_LOG=y
CONFIG_LOG=y
CONFIG_LOG_PRINTK=n
CONFIG_NET_STATISTICS=y
CONFIG_PRINTK=y