Change in docker-playground[master]: ttcn3-hlr-test: set mp_hlr_supports_dgsm

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

osmith gerrit-no-reply at lists.osmocom.org
Mon Feb 10 07:22:09 UTC 2020


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/16915 )

Change subject: ttcn3-hlr-test: set mp_hlr_supports_dgsm
......................................................................

ttcn3-hlr-test: set mp_hlr_supports_dgsm

Related: SYS#4618
Depends: osmo-ttcn3-hacks Ia7f92d33691f910549353b16a7b0efc18e521719
Change-Id: Iafdf267c6012264966857e41e855fa971f773023
---
M ttcn3-hlr-test/HLR_Tests.cfg
M ttcn3-hlr-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
  osmith: Verified



diff --git a/ttcn3-hlr-test/HLR_Tests.cfg b/ttcn3-hlr-test/HLR_Tests.cfg
index b8aa886..9258cea 100644
--- a/ttcn3-hlr-test/HLR_Tests.cfg
+++ b/ttcn3-hlr-test/HLR_Tests.cfg
@@ -9,6 +9,7 @@
 
 [MODULE_PARAMETERS]
 HLR_Tests.mp_hlr_ip := "172.18.10.20"
+HLR_Tests.mp_hlr_supports_dgsm := true
 
 [MAIN_CONTROLLER]
 
diff --git a/ttcn3-hlr-test/jenkins.sh b/ttcn3-hlr-test/jenkins.sh
index 2bf1f98..74aa37f 100755
--- a/ttcn3-hlr-test/jenkins.sh
+++ b/ttcn3-hlr-test/jenkins.sh
@@ -13,6 +13,12 @@
 mkdir $VOL_BASE_DIR/hlr-tester
 cp HLR_Tests.cfg $VOL_BASE_DIR/hlr-tester/
 
+# Disable D-GSM tests until osmo-hlr.git release > 1.2.0 is available
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	sed "s/HLR_Tests.mp_hlr_supports_dgsm := true/HLR_Tests.mp_hlr_supports_dgsm := false/g" -i \
+		"$VOL_BASE_DIR/hlr-tester/HLR_Tests.cfg"
+fi
+
 mkdir $VOL_BASE_DIR/hlr
 cp osmo-hlr.cfg $VOL_BASE_DIR/hlr/
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iafdf267c6012264966857e41e855fa971f773023
Gerrit-Change-Number: 16915
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200210/748449fd/attachment.htm>


More information about the gerrit-log mailing list