Change in docker-playground[master]: msc: Disable osmux for ttcn3-msc-test-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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri May 31 20:43:04 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14303 )

Change subject: msc: Disable osmux for ttcn3-msc-test-latest
......................................................................

msc: Disable osmux for ttcn3-msc-test-latest

Latest tagged version of osmo-msc doesn't support "osmux on/off" VTY
commands, so we have to enable osmux use on that version to avoid most
TTCN3 tests failing during set up phase.

Depends: osmo-ttcn3-hacks.git I53d58b2d905905ebf1df322d0389b3715a48212f
Change-Id: I6b3be3981978661de2fa90be130f6f1811a3d1f9
---
M ttcn3-msc-test/MSC_Tests.cfg
M ttcn3-msc-test/jenkins.sh
2 files changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index c36e08b..1614d24 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -51,6 +51,7 @@
 # local (emulation) side)
 MSC_Tests.mp_hlr_ip := "172.18.1.103";
 MSC_Tests.mp_mgw_ip := "172.18.1.103";
+MSC_Tests.mp_enable_osmux_test := true;
 
 [MAIN_CONTROLLER]
 
diff --git a/ttcn3-msc-test/jenkins.sh b/ttcn3-msc-test/jenkins.sh
index a0a5f87..ca2936a 100755
--- a/ttcn3-msc-test/jenkins.sh
+++ b/ttcn3-msc-test/jenkins.sh
@@ -14,6 +14,10 @@
 mkdir $VOL_BASE_DIR/msc-tester
 mkdir $VOL_BASE_DIR/msc-tester/unix
 cp MSC_Tests.cfg $VOL_BASE_DIR/msc-tester/
+# osmux must be disabled until release AFTER osmo-msc 1.3.1 is tagged
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	sed "s/MSC_Tests.mp_enable_osmux_test := true;/MSC_Tests.mp_enable_osmux_test := false;/g" -i $VOL_BASE_DIR/msc-tester/MSC_Tests.cfg
+fi
 
 mkdir $VOL_BASE_DIR/stp
 cp osmo-stp.cfg $VOL_BASE_DIR/stp/

-- 
To view, visit https://gerrit.osmocom.org/14303
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6b3be3981978661de2fa90be130f6f1811a3d1f9
Gerrit-Change-Number: 14303
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190531/a2cecc46/attachment.htm>


More information about the gerrit-log mailing list