aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-pcu-test
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-04-13 14:13:39 +0200
committerdaniel <dwillmann@sysmocom.de>2021-04-14 12:42:18 +0000
commit74e10366e119d78a4e866600e44be464fb3cfc74 (patch)
tree3a16d5c805cdd9e67688e67392854f5d6c3cccab /ttcn3-pcu-test
parent948e450794df0537f035b7c51cf7eff1f1bbfd9e (diff)
ttcn3-pcu-sns: add vty parameter to allow ttcn3 to connect
Otherwise it will try to connect to 127.0.0.1. Fixes jenkins ttcn3 test TC_sns_1c1u_unconfigured_nsvc. Change-Id: I4b375a60c4f948c282337ca30643d14407f8239e
Diffstat (limited to 'ttcn3-pcu-test')
-rw-r--r--ttcn3-pcu-test/sns/PCU_Tests.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg
index 3d9fdf6..1036f5a 100644
--- a/ttcn3-pcu-test/sns/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg
@@ -5,6 +5,10 @@
[LOGGING]
[TESTPORT_PARAMETERS]
+*.PCUVTY.CTRL_HOSTNAME := "172.18.14.101"
+*.PCUVTY.PROMPT1 := "OsmoPCU> "
+*.STATSVTY.CTRL_HOSTNAME := "172.18.14.101"
+*.STATSVTY.PROMPT1 := "OsmoPCU> "
[MODULE_PARAMETERS]
PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"