neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30322 )
Change subject: UPF_Tests.cfg: fix wrong mp_verify_gtp name ...................................................................... UPF_Tests.cfg: fix wrong mp_verify_gtp name The proper name is mp_verify_gtp_actions. jenkins is not affected because it uses another .cfg from docker-playground.git. Change-Id: Ia13407db795021a2c3e2923c08b63ad6cdd6b0f9 --- M upf/UPF_Tests.cfg 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/22/30322/1 diff --git a/upf/UPF_Tests.cfg b/upf/UPF_Tests.cfg index fc410b6..06ef1d0 100644 --- a/upf/UPF_Tests.cfg +++ b/upf/UPF_Tests.cfg @@ -11,7 +11,7 @@ [TESTPORT_PARAMETERS] [MODULE_PARAMETERS] -UPF_Tests.mp_verify_gtp := false; +UPF_Tests.mp_verify_gtp_actions := false; [MAIN_CONTROLLER] -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30322 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Ia13407db795021a2c3e2923c08b63ad6cdd6b0f9 Gerrit-Change-Number: 30322 Gerrit-PatchSet: 1 Gerrit-Owner: neels <[email protected]> Gerrit-MessageType: newchange
