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: I4b375a60c4f948c282337ca30643d14407f8239echanges/40/23740/3
parent
948e450794
commit
74e10366e1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue