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>
This commit is contained in:
parent
e670637f42
commit
d3df57afd4
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ CONFIG_SHELL=y
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_IEEE802154=y
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_TEST=y
|
||||
|
||||
# Network buffers
|
||||
CONFIG_NET_PKT_RX_COUNT=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue