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 <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to