1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: remove unneeded netdev_default

This commit is contained in:
Benjamin Valentin 2021-09-06 11:44:11 +02:00
parent 4a32402c10
commit 5b2597307c
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ include ../Makefile.tests_common
# include nrfmin, the main purpose of this test
USEMODULE += nrfmin
# use a minimal GNRC configuration
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6
USEMODULE += gnrc_icmpv6_echo

View File

@ -7,7 +7,6 @@ USEMODULE += shell_commands
USEMODULE += ps
# Include GNRC and RPL
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_router_default
USEMODULE += gnrc_icmpv6_echo
@ -15,6 +14,7 @@ USEMODULE += auto_init_gnrc_rpl
USEMODULE += gnrc_rpl
# Setup Nimble
USEMODULE += nimble_netif
USEMODULE += nimble_autoconn_ipsp
TEST_ON_CI_WHITELIST += nrf52dk

View File

@ -7,7 +7,6 @@ USEMODULE += shell_commands
USEMODULE += ps
# Include GNRC and RPL
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_router_default
USEMODULE += auto_init_gnrc_rpl
@ -15,6 +14,7 @@ USEMODULE += gnrc_rpl
USEMODULE += gnrc_icmpv6_echo
# Setup Nimble
USEMODULE += nimble_netif
USEMODULE += nimble_statconn
TEST_ON_CI_WHITELIST += nrf52dk