Update all the tests for openthread to the new ztest API and the FFF framework. Splitting this into 2 commits was proving very difficult so it's a single commit instead. Signed-off-by: Yuval Peress <peress@google.com>
21 lines
365 B
Plaintext
21 lines
365 B
Plaintext
CONFIG_SHELL=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=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_NET_STATISTICS=y
|
|
CONFIG_PRINTK=y
|