Change in docker-playground[master]: ttcn3-bts-test: Fix BSC VTY access from test suite

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 23 17:21:07 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14150 )

Change subject: ttcn3-bts-test: Fix BSC VTY access from test suite
......................................................................

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
---
M ttcn3-bts-test/BTS_Tests.cfg
M ttcn3-bts-test/osmo-bsc.cfg
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



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"
diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg
index 54264e8..e4edf50 100644
--- a/ttcn3-bts-test/osmo-bsc.cfg
+++ b/ttcn3-bts-test/osmo-bsc.cfg
@@ -49,6 +49,7 @@
 !
 line vty
  no login
+ bind 0.0.0.0
 !
 e1_input
  e1_line 0 driver ipa

-- 
To view, visit https://gerrit.osmocom.org/14150
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6b6e8b47bfe85c15fb57a25b649029f872477146
Gerrit-Change-Number: 14150
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190523/7c129e36/attachment.htm>


More information about the gerrit-log mailing list