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:
Jukka Rissanen 2024-05-17 07:41:02 +03:00 committed by Johan Hedberg
commit d3df57afd4

View file

@ -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