Change in docker-playground[master]: msc: Disable expecting CommonID when testing 'latest'

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

laforge gerrit-no-reply at lists.osmocom.org
Wed Aug 19 07:09:22 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/19717 )


Change subject: msc: Disable expecting CommonID when testing 'latest'
......................................................................

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
---
M ttcn3-msc-test/MSC_Tests.cfg
M ttcn3-msc-test/jenkins.sh
2 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/17/19717/1

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_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 @@
 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

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/19717
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: If2e4cc41cb7b5758a78d694d62b34390a08e6387
Gerrit-Change-Number: 19717
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200819/b7dcf67f/attachment.htm>


More information about the gerrit-log mailing list