Change in docker-playground[master]: ttcn3-msc-test latest: do not require VLR cell id match in latest build

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

neels gerrit-no-reply at lists.osmocom.org
Wed Jul 8 01:45:41 UTC 2020


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

Change subject: ttcn3-msc-test latest: do not require VLR cell id match in latest build
......................................................................

ttcn3-msc-test latest: do not require VLR cell id match in latest build

Depends: Ie410714a96353f74a52a104c56fa0a08683e0004 (osmo-msc)
Change-Id: I052fea208021509e12826c50474b96474e7a58c2
---
M ttcn3-msc-test/MSC_Tests.cfg
M ttcn3-msc-test/jenkins.sh
2 files changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index 1e5fd61..55e739c 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -52,6 +52,7 @@
 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;
+MSC_Tests.mp_enable_cell_id_test := true;
 
 [MAIN_CONTROLLER]
 
diff --git a/ttcn3-msc-test/jenkins.sh b/ttcn3-msc-test/jenkins.sh
index 6ad7b97..fdba9a5 100755
--- a/ttcn3-msc-test/jenkins.sh
+++ b/ttcn3-msc-test/jenkins.sh
@@ -13,6 +13,12 @@
 mkdir $VOL_BASE_DIR/msc-tester/unix
 cp MSC_Tests.cfg $VOL_BASE_DIR/msc-tester/
 
+# Disable verification of VLR and conn Cell ID until osmo-msc.git release > 1.6.1 is available
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	sed "s/MSC_Tests.mp_enable_cell_id_test := true/MSC_Tests.mp_enable_cell_id_test := false/" -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/c/docker-playground/+/19000
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I052fea208021509e12826c50474b96474e7a58c2
Gerrit-Change-Number: 19000
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr 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/20200708/5f5acbf9/attachment.htm>


More information about the gerrit-log mailing list