zephyr/tests/subsys/openthread/prj.conf
Jukka Rissanen d3df57afd4 tests: openthread: Add CONFIG_NET_TEST to make self contained
Add CONFIG_NET_TEST=y to make the test self contained and not
trying to create native_posix Ethernet interface which will
normally fail.
This prevents this error from printing

[00:00:00.000,000] <err> eth_posix: Cannot create zeth (-1)

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-20 14:25:44 +03:00

22 lines
380 B
Plaintext

CONFIG_SHELL=y
CONFIG_ZTEST=y
CONFIG_IEEE802154=y
CONFIG_NETWORKING=y
CONFIG_NET_TEST=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