aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-07-25 10:59:59 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-07-25 11:00:14 +0200
commit4a9f22b864e20f20bad14eac1a1da999b75ba6b8 (patch)
tree3726806f0f41b774a9b81ff963a44fe078c421d5
parent1335eb578b4d69cb9842418e2fc2cfc40c044153 (diff)
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
-rw-r--r--ttcn3-hnbgw-test/with-pfcp/HNBGW_Tests.cfg2
1 files changed, 1 insertions, 1 deletions
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_cn_cfg := {
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]