Change in docker-playground[master]: ttcn3-pcap-client-test: set vty port to 4227

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

osmith gerrit-no-reply at lists.osmocom.org
Mon Aug 9 08:58:06 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/25173 )

Change subject: ttcn3-pcap-client-test: set vty port to 4227
......................................................................

ttcn3-pcap-client-test: set vty port to 4227

After moving the default VTY port for osmo-pcap-client from 4237 to
4227, it is different in nightly and latest. Configure the SUT and
testsuite to use 4227 for both nightly and latest.

Related: OS#5203
Change-Id: I6d45340429925fe5e98cc4e597a01ef51e8322ae
---
M ttcn3-pcap-client-test/OPCAP_CLIENT_Tests.cfg
M ttcn3-pcap-client-test/osmo-pcap-client.cfg
2 files changed, 2 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  osmith: Verified



diff --git a/ttcn3-pcap-client-test/OPCAP_CLIENT_Tests.cfg b/ttcn3-pcap-client-test/OPCAP_CLIENT_Tests.cfg
index e76fc4f..9946c5c 100644
--- a/ttcn3-pcap-client-test/OPCAP_CLIENT_Tests.cfg
+++ b/ttcn3-pcap-client-test/OPCAP_CLIENT_Tests.cfg
@@ -8,6 +8,7 @@
 
 [TESTPORT_PARAMETERS]
 *.VTY.CTRL_HOSTNAME := "172.18.31.20";
+*.VTY.CTRL_PORTNUM := "4227"
 
 [MODULE_PARAMETERS]
 OPCAP_CLIENT_Tests.mp_local_opcap_ip := "172.18.31.10";
diff --git a/ttcn3-pcap-client-test/osmo-pcap-client.cfg b/ttcn3-pcap-client-test/osmo-pcap-client.cfg
index 7394c96..5628b9e 100644
--- a/ttcn3-pcap-client-test/osmo-pcap-client.cfg
+++ b/ttcn3-pcap-client-test/osmo-pcap-client.cfg
@@ -5,7 +5,7 @@
 !
 line vty
  no login
- bind 0.0.0.0
+ bind 0.0.0.0 4227
 !
 client
  pcap device eth0

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/25173
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6d45340429925fe5e98cc4e597a01ef51e8322ae
Gerrit-Change-Number: 25173
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210809/c0bab97f/attachment.htm>


More information about the gerrit-log mailing list