pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/33781 )
Change subject: hnbgw: Skip asn1 talloc mem checks in osmo-hnbgw-latest
......................................................................
hnbgw: Skip asn1 talloc mem checks in osmo-hnbgw-latest
Depends: osmo-ttcn3-hacks.git Change-Id I5c18cf2d6797bcf0bef13d71ab0b69f1403b474f
Change-Id: I1a933795ffef3cea97fcf34b1c513e71f3256c83
---
M ttcn3-hnbgw-test/HNBGW_Tests.cfg
M ttcn3-hnbgw-test/jenkins.sh
2 files changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/81/33781/1
diff --git a/ttcn3-hnbgw-test/HNBGW_Tests.cfg b/ttcn3-hnbgw-test/HNBGW_Tests.cfg
index 5d07cb1..a76d5fd 100644
--- a/ttcn3-hnbgw-test/HNBGW_Tests.cfg
+++ b/ttcn3-hnbgw-test/HNBGW_Tests.cfg
@@ -108,7 +108,7 @@
rctx := 8
}
};
-
+HNBGW_Tests.mp_validate_talloc_asn1 := true;
[MAIN_CONTROLLER]
diff --git a/ttcn3-hnbgw-test/jenkins.sh b/ttcn3-hnbgw-test/jenkins.sh
index e93c8af..51dd825 100755
--- a/ttcn3-hnbgw-test/jenkins.sh
+++ b/ttcn3-hnbgw-test/jenkins.sh
@@ -31,6 +31,10 @@
mkdir $base_dir/hnbgw-tester/unix
cp "$tests_cfg" $base_dir/hnbgw-tester/
write_mp_osmo_repo "$base_dir/hnbgw-tester/HNBGW_Tests.cfg"
+ # Can be removed once a new release osmo-hnbgw > 1.4.0 is avilable:
+ if ! image_suffix_is_master; then
+ sed -i 's/HNBGW_Tests.mp_validate_talloc_asn1 :=
true/HNBGW_Tests.mp_validate_talloc_asn1 := false/g'
"$base_dir/hnbgw-tester/HNBGW_Tests.cfg"
+ fi
mkdir $base_dir/stp
cp "$stp_cfg" $base_dir/stp/
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/33781
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I1a933795ffef3cea97fcf34b1c513e71f3256c83
Gerrit-Change-Number: 33781
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange