From 77bf937cac4398074e7ec39b5460e74f4451bf4c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 May 2019 17:17:31 +0000 Subject: ttcn3-bts-test: Fix BSC VTY access from test suite Some tests, particularly those for SMSCB, want to access the BSC VTY. This was enabled in the ttcn3 code, but the configs we're using in the docker environment didn't properly refelect that yet. Change-Id: I6b6e8b47bfe85c15fb57a25b649029f872477146 --- ttcn3-bts-test/BTS_Tests.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'ttcn3-bts-test/BTS_Tests.cfg') diff --git a/ttcn3-bts-test/BTS_Tests.cfg b/ttcn3-bts-test/BTS_Tests.cfg index 37ddde0..9567845 100644 --- a/ttcn3-bts-test/BTS_Tests.cfg +++ b/ttcn3-bts-test/BTS_Tests.cfg @@ -6,6 +6,7 @@ [TESTPORT_PARAMETERS] *.BTSVTY.CTRL_HOSTNAME := "172.18.9.20" +*.BSCVTY.CTRL_HOSTNAME := "172.18.9.11" [MODULE_PARAMETERS] BTS_Tests.mp_rsl_ip := "172.18.9.10" -- cgit v1.2.3