Change in docker-playground[master]: ttcn3-mgw-test: Removing the e1 config options on latest

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

daniel gerrit-no-reply at lists.osmocom.org
Tue Aug 25 12:12:16 UTC 2020


daniel has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/19810 )

Change subject: ttcn3-mgw-test: Removing the e1 config options on latest
......................................................................

ttcn3-mgw-test: Removing the e1 config options on latest

Fixes the test failure on ttcn3-mgw-test-latest

Change-Id: I3143ba905a77fabd1074dbd618c7ae48fa92a77a
---
M ttcn3-mgw-test/jenkins.sh
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  daniel: Verified



diff --git a/ttcn3-mgw-test/jenkins.sh b/ttcn3-mgw-test/jenkins.sh
index 15fab49..e27db09 100755
--- a/ttcn3-mgw-test/jenkins.sh
+++ b/ttcn3-mgw-test/jenkins.sh
@@ -14,6 +14,13 @@
 
 network_create 4
 
+# Disable e1 config options until osmo-mgw >= 1.8.0 release
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+       sed -i "s/e1_line.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
+       sed -i "s/e1_input.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
+       sed -i "s/line 0.*//" $VOL_BASE_DIR/mgw/osmo-mgw.cfg
+fi
+
 # start container with mgw in background
 docker run	--rm \
 		--network $NET_NAME --ip 172.18.4.180 \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/19810
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3143ba905a77fabd1074dbd618c7ae48fa92a77a
Gerrit-Change-Number: 19810
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200825/9bb1d5da/attachment.htm>


More information about the gerrit-log mailing list