osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37329?usp=email )
Change subject: ttcn3-ggsn-test/jenkins: tweak loop logic
......................................................................
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(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
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 https://gerrit.osmocom.org/c/docker-playground/+/37329?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie7701abe6ab7cff139766eca9240e0f26af32231
Gerrit-Change-Number: 37329
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/37329?usp=email )
Change subject: ttcn3-ggsn-test/jenkins: tweak loop logic
......................................................................
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 https://gerrit.osmocom.org/c/docker-playground/+/37329?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie7701abe6ab7cff139766eca9240e0f26af32231
Gerrit-Change-Number: 37329
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange