ttcn3-hlr-test: set mp_hlr_supports_dgsm

Related: SYS#4618
Depends: osmo-ttcn3-hacks Ia7f92d33691f910549353b16a7b0efc18e521719
Change-Id: Iafdf267c6012264966857e41e855fa971f773023
This commit is contained in:
Oliver Smith 2020-01-17 11:37:17 +01:00 committed by osmith
parent 17b5945020
commit bce6e2d186
2 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@
[MODULE_PARAMETERS]
HLR_Tests.mp_hlr_ip := "172.18.10.20"
HLR_Tests.mp_hlr_supports_dgsm := true
[MAIN_CONTROLLER]

View File

@ -13,6 +13,12 @@ network_create 172.18.10.0/24
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/