<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14150">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-bts-test: Fix BSC VTY access from test suite<br><br>Some tests, particularly those for SMSCB, want to access the BSC<br>VTY.  This was enabled in the ttcn3 code, but the configs we're<br>using in the docker environment didn't properly refelect that yet.<br><br>Change-Id: I6b6e8b47bfe85c15fb57a25b649029f872477146<br>---<br>M ttcn3-bts-test/BTS_Tests.cfg<br>M ttcn3-bts-test/osmo-bsc.cfg<br>2 files changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/50/14150/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-bts-test/BTS_Tests.cfg b/ttcn3-bts-test/BTS_Tests.cfg</span><br><span>index 37ddde0..9567845 100644</span><br><span>--- a/ttcn3-bts-test/BTS_Tests.cfg</span><br><span>+++ b/ttcn3-bts-test/BTS_Tests.cfg</span><br><span>@@ -6,6 +6,7 @@</span><br><span> </span><br><span> [TESTPORT_PARAMETERS]</span><br><span> *.BTSVTY.CTRL_HOSTNAME := "172.18.9.20"</span><br><span style="color: hsl(120, 100%, 40%);">+*.BSCVTY.CTRL_HOSTNAME := "172.18.9.11"</span><br><span> </span><br><span> [MODULE_PARAMETERS]</span><br><span> BTS_Tests.mp_rsl_ip := "172.18.9.10"</span><br><span>diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg</span><br><span>index 54264e8..e4edf50 100644</span><br><span>--- a/ttcn3-bts-test/osmo-bsc.cfg</span><br><span>+++ b/ttcn3-bts-test/osmo-bsc.cfg</span><br><span>@@ -49,6 +49,7 @@</span><br><span> !</span><br><span> line vty</span><br><span>  no login</span><br><span style="color: hsl(120, 100%, 40%);">+ bind 0.0.0.0</span><br><span> !</span><br><span> e1_input</span><br><span>  e1_line 0 driver ipa</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14150">change 14150</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/14150"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6b6e8b47bfe85c15fb57a25b649029f872477146 </div>
<div style="display:none"> Gerrit-Change-Number: 14150 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>