aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-18 23:12:24 +0200
committerlaforge <laforge@osmocom.org>2020-08-19 07:29:31 +0000
commita8521eb11a2bb115ac0e03d2d961f47e8367ea83 (patch)
treea8cac6d5c227dfb7c2f00da774e343d05cf0cadd /ttcn3-msc-test
parent02bd8bc60e7b2dee97fe5c97d732544f60499754 (diff)
msc: Disable expecting CommonID when testing 'latest'
As of osmo-ttcn3-hacks.git Change-Id I4976d9bb1f07c8ab4ffa02848414f8ddd1bdfd3f the test suite expects the MSC to send a CommonID to the BSC. As older/existing tagged osmo-msc don't do that, we needt odisable that check when verifying 'latest'. Change-Id: If2e4cc41cb7b5758a78d694d62b34390a08e6387 Related: OS#2969
Diffstat (limited to 'ttcn3-msc-test')
-rw-r--r--ttcn3-msc-test/MSC_Tests.cfg1
-rwxr-xr-xttcn3-msc-test/jenkins.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index 092e4cf..833e761 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -53,6 +53,7 @@ MSC_Tests.mp_hlr_ip := "172.18.20.103";
MSC_Tests.mp_mgw_ip := "172.18.20.103";
MSC_Tests.mp_enable_osmux_test := true;
MSC_Tests.mp_enable_cell_id_test := true;
+BSC_ConnectionHandler.mp_expect_common_id := true;
[MAIN_CONTROLLER]
diff --git a/ttcn3-msc-test/jenkins.sh b/ttcn3-msc-test/jenkins.sh
index bbdc739..f229868 100755
--- a/ttcn3-msc-test/jenkins.sh
+++ b/ttcn3-msc-test/jenkins.sh
@@ -17,6 +17,8 @@ cp MSC_Tests.cfg $VOL_BASE_DIR/msc-tester/
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"
+ sed "s/BSC_ConnectionHandler.mp_expect_common_id := true/BSC_ConnectionHandler.mp_expect_common_id := false/" -i \
+ "$VOL_BASE_DIR/msc-tester/MSC_Tests.cfg"
fi
mkdir $VOL_BASE_DIR/stp