osmith submitted this change.

View Change


Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
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(-)

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.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie7701abe6ab7cff139766eca9240e0f26af32231
Gerrit-Change-Number: 37329
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged