aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-06-24 19:07:01 +0200
committerneels <nhofmeyr@sysmocom.de>2020-07-08 01:45:41 +0000
commit37a603b1d374a817d757c13fb3f4a20d76f327b3 (patch)
treec14d1a49291b5cf53263c24df2f9df62936fa691 /ttcn3-msc-test
parentc33612da649bb3563183a9ce5f98ee1bef65b163 (diff)
ttcn3-msc-test latest: do not require VLR cell id match in latest build
Diffstat (limited to 'ttcn3-msc-test')
-rw-r--r--ttcn3-msc-test/MSC_Tests.cfg1
-rwxr-xr-xttcn3-msc-test/jenkins.sh6
2 files changed, 7 insertions, 0 deletions
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_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 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
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/