osmith has uploaded this change for review.
ttcn3-ggsn-test/jenkins: tweak loop logic
Iterate over TEST_CONFIGS instead of TEST_CONFIGS_ALL and then filtering
with test_config_enabled.
Change-Id: Ie7701abe6ab7cff139766eca9240e0f26af32231
---
M ttcn3-ggsn-test/jenkins.sh
1 file changed, 13 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/29/37329/1
diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
index 7c9c7ac..bd0fae1 100755
--- a/ttcn3-ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -109,11 +109,7 @@
CONFIGS_DIR="osmo-ggsn"
fi
-for i in $TEST_CONFIGS_ALL; do
- if ! test_config_enabled "$i"; then
- continue
- fi
-
+for i in $TEST_CONFIGS; do
# OS#6106: Currently it is not possible to configure multiple APNs with
# gtpu-mode kernel-gtp in OsmoGGSN, because it cannot share the GTP-U
# bind socket between tunnels.
To view, visit change 37329. To unsubscribe, or for help writing mail filters, visit settings.