From 072718b04b072df49cfe716a3c54ad6860f716a1 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 9 Oct 2020 17:51:21 +0200 Subject: [PATCH] examples: tests: move lorawan examples to tests-with-config --- examples/lorawan/Makefile | 3 --- examples/lorawan/{tests => tests-with-config}/01-run.py | 0 tests/pkg_semtech-loramac/Makefile | 3 --- .../pkg_semtech-loramac/{tests => tests-with-config}/01-run.py | 0 4 files changed, 6 deletions(-) rename examples/lorawan/{tests => tests-with-config}/01-run.py (100%) rename tests/pkg_semtech-loramac/{tests => tests-with-config}/01-run.py (100%) diff --git a/examples/lorawan/Makefile b/examples/lorawan/Makefile index b18d388841..76a803707a 100644 --- a/examples/lorawan/Makefile +++ b/examples/lorawan/Makefile @@ -46,7 +46,4 @@ ifneq (,$(filter test,$(MAKECMDGOALS))) DEFAULT_MODULE += test_utils_interactive_sync endif -# Can't be run on ci since it requires gateway + lora node -TEST_ON_CI_BLACKLIST = all - include $(RIOTBASE)/Makefile.include diff --git a/examples/lorawan/tests/01-run.py b/examples/lorawan/tests-with-config/01-run.py similarity index 100% rename from examples/lorawan/tests/01-run.py rename to examples/lorawan/tests-with-config/01-run.py diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index ceadd1f564..ad2f10c202 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -34,7 +34,4 @@ ifneq (,$(filter iotlab%,$(MAKECMDGOALS))) include $(RIOTBASE)/dist/testbed-support/Makefile.iotlab endif -# Can't be run on ci since it requires gateway + lora node -TEST_ON_CI_BLACKLIST = all - include $(RIOTBASE)/Makefile.include diff --git a/tests/pkg_semtech-loramac/tests/01-run.py b/tests/pkg_semtech-loramac/tests-with-config/01-run.py similarity index 100% rename from tests/pkg_semtech-loramac/tests/01-run.py rename to tests/pkg_semtech-loramac/tests-with-config/01-run.py