Change in ...docker-playground[master]: ttcn3-mgw-test-latest: disable conn_timeout_test

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/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Jun 28 11:34:08 UTC 2019


osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/docker-playground/+/14628 )

Change subject: ttcn3-mgw-test-latest: disable conn_timeout_test
......................................................................

ttcn3-mgw-test-latest: disable conn_timeout_test

Depends: I8bbf15baa45679d5812a5a9184520ef9b9e73bba (osmo-ttcn3-hacks)
Change-Id: I05ff77246462ba90e8704969e0982662027ad630
---
M ttcn3-mgw-test/MGCP_Test.cfg
M ttcn3-mgw-test/jenkins.sh
2 files changed, 5 insertions(+), 0 deletions(-)

Approvals:
  osmith: Verified
  pespin: Looks good to me, approved



diff --git a/ttcn3-mgw-test/MGCP_Test.cfg b/ttcn3-mgw-test/MGCP_Test.cfg
index 0c6a550..d7cdcaf 100644
--- a/ttcn3-mgw-test/MGCP_Test.cfg
+++ b/ttcn3-mgw-test/MGCP_Test.cfg
@@ -10,6 +10,7 @@
 [MODULE_PARAMETERS]
 mp_local_ip:= "172.18.4.181";
 mp_remote_ip:= "172.18.4.180";
+mp_enable_conn_timeout_test := true;
 
 [MAIN_CONTROLLER]
 
diff --git a/ttcn3-mgw-test/jenkins.sh b/ttcn3-mgw-test/jenkins.sh
index 473782f..6973377 100755
--- a/ttcn3-mgw-test/jenkins.sh
+++ b/ttcn3-mgw-test/jenkins.sh
@@ -10,6 +10,10 @@
 
 mkdir $VOL_BASE_DIR/mgw-tester
 cp MGCP_Test.cfg $VOL_BASE_DIR/mgw-tester/
+# conn-timeout must be disabled until release AFTER osmo-mgw 1.5.0 is tagged
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	sed "s/mp_enable_conn_timeout_test := true;/mp_enable_conn_timeout_test := false;/g" -i $VOL_BASE_DIR/mgw-tester/MGCP_Test.cfg
+fi
 
 mkdir $VOL_BASE_DIR/mgw
 cp osmo-mgw.cfg $VOL_BASE_DIR/mgw/

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I05ff77246462ba90e8704969e0982662027ad630
Gerrit-Change-Number: 14628
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
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/20190628/20ec4e02/attachment.htm>


More information about the gerrit-log mailing list