Skip to content

Commit

Permalink
tests: drop temporary KConfig workaround
Browse files Browse the repository at this point in the history
The board white list was needed as temporary workaround during the
KConfig migration. As the migration was aborted, the workaround should
no longer be needed.

Partially fixes RIOT-OS#20680
  • Loading branch information
maribu committed May 24, 2024
1 parent fc78e1f commit cbcf568
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 79 deletions.
26 changes: 0 additions & 26 deletions tests/drivers/mrf24j40/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,6 @@ INCLUDES += -I$(APPDIR)

include ../Makefile.drivers_common

# Due to missing Kconfig support, whitelist boards that are known to have a
# working Kconfig dependency resolution.
# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1

BOARD_WHITELIST += adafruit-clue \
adafruit-itsybitsy-nrf52 \
arduino-nano-33-ble \
cc2538dk \
feather-nrf52840 \
native \
native64 \
nrf52840dk \
nrf52840dongle \
nrf52840-mdk \
nucleo-l152re \
nucleo-f303re \
nucleo-wl55jc \
omote \
openmote-cc2538 \
reel \
remote-pa \
remote-reva \
remote-revb \
pba-d-01-kw2x \
#

USEMODULE += test_utils_netdev_ieee802154_minimal

# select the driver to test
Expand Down
7 changes: 7 additions & 0 deletions tests/drivers/mrf24j40/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-nano \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-l011k4 \
samd10-xmini \
stm32f030f4-demo \
Expand Down
26 changes: 0 additions & 26 deletions tests/net/ieee802154_hal/Makefile
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
include ../Makefile.net_common

# Due to missing Kconfig support, whitelist boards that are known to have a
# working Kconfig dependency resolution.
# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1

BOARD_WHITELIST += adafruit-clue \
adafruit-itsybitsy-nrf52 \
arduino-nano-33-ble \
cc2538dk \
feather-nrf52840 \
native \
native64 \
nrf52840dk \
nrf52840dongle \
nrf52840-mdk \
nucleo-l152re \
nucleo-f303re \
nucleo-wl55jc \
omote \
openmote-cc2538 \
reel \
remote-pa \
remote-reva \
remote-revb \
pba-d-01-kw2x \
#

ifneq (,$(filter native native64,$(BOARD)))
ZEP_PORT_BASE ?= 17754
TERMFLAGS += -z [::1]:$(ZEP_PORT_BASE)
Expand Down
9 changes: 8 additions & 1 deletion tests/net/ieee802154_hal/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-f031k6 \
arduino-duemilanove \
arduino-leonardo \
arduino-nano \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-l011k4 \
samd10-xmini \
stm32f030f4-demo \
#
26 changes: 0 additions & 26 deletions tests/net/ieee802154_submac/Makefile
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
include ../Makefile.net_common
#
# Due to missing Kconfig support, whitelist boards that are known to have a
# working Kconfig dependency resolution.
# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1

BOARD_WHITELIST += adafruit-clue \
adafruit-itsybitsy-nrf52 \
arduino-nano-33-ble \
cc2538dk \
feather-nrf52840 \
native \
native64 \
nrf52840dk \
nrf52840dongle \
nrf52840-mdk \
nucleo-l152re \
nucleo-f303re \
nucleo-wl55jc \
omote \
openmote-cc2538 \
reel \
remote-pa \
remote-reva \
remote-revb \
pba-d-01-kw2x \
#

USEMODULE += od
USEMODULE += shell
Expand Down
12 changes: 12 additions & 0 deletions tests/net/ieee802154_submac/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-nano \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-l011k4 \
samd10-xmini \
stm32f030f4-demo \
#

0 comments on commit cbcf568

Please # to comment.