From 37a603b1d374a817d757c13fb3f4a20d76f327b3 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 24 Jun 2020 19:07:01 +0200 Subject: [PATCH] ttcn3-msc-test latest: do not require VLR cell id match in latest build Depends: Ie410714a96353f74a52a104c56fa0a08683e0004 (osmo-msc) Change-Id: I052fea208021509e12826c50474b96474e7a58c2 --- ttcn3-msc-test/MSC_Tests.cfg | 1 + ttcn3-msc-test/jenkins.sh | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg index 1e5fd61f..55e739cd 100644 --- a/ttcn3-msc-test/MSC_Tests.cfg +++ b/ttcn3-msc-test/MSC_Tests.cfg @@ -52,6 +52,7 @@ MSC_Tests.mp_msc_ip := "172.18.1.10"; 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 6ad7b971..fdba9a56 100755 --- a/ttcn3-msc-test/jenkins.sh +++ b/ttcn3-msc-test/jenkins.sh @@ -13,6 +13,12 @@ mkdir $VOL_BASE_DIR/msc-tester 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/