laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/33916 )
Change subject: ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest ......................................................................
ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest
Older commit disabled the talloc report checks but forgot to add the same line to the with-pfcp/ variant, and as a result the sed command in jenkins.sh won't work there.
Fixes: cb4897e4c09f7213c929dfd85f1657d697e6bf3d Change-Id: Id4eed548b3a552747e95784be3654952e10e96ab --- M ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg 1 file changed, 15 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg b/ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg index 8db8134..16173de 100644 --- a/ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg +++ b/ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg @@ -113,7 +113,7 @@ HNBGW_Tests.mp_enable_pfcp_tests := true; HNBGW_Tests.mp_pfcp_ip_local := "172.18.35.203"; HNBGW_Tests.mp_pfcp_ip_remote := "172.18.35.20"; - +HNBGW_Tests.mp_validate_talloc_asn1 := true;
[MAIN_CONTROLLER]