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.