dexter has uploaded this change for review. ( https://gerrit.osmocom.org/12982
Change subject: ttcn3-mgw_test: Configure VTY interface ...................................................................... ttcn3-mgw_test: Configure VTY interface The testsuite did not support VTY access in the past, so VTY access was unconfigured. Lets add the required lines to the configuration files Depends: osmo-mgw If383f81af3306f8f5bdf50152498ae1303d390df Change-Id: Ife949c61156222de3026280071226ef6f5dbd959 Related: OS#3807 --- M ttcn3-mgw-test/MGCP_Test.cfg M ttcn3-mgw-test/osmo-mgw.cfg 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/82/12982/1 diff --git a/ttcn3-mgw-test/MGCP_Test.cfg b/ttcn3-mgw-test/MGCP_Test.cfg index cd23183..0c6a550 100644 --- a/ttcn3-mgw-test/MGCP_Test.cfg +++ b/ttcn3-mgw-test/MGCP_Test.cfg @@ -5,6 +5,7 @@ [LOGGING] [TESTPORT_PARAMETERS] +*.MGWVTY.CTRL_HOSTNAME := "172.18.4.180" [MODULE_PARAMETERS] mp_local_ip:= "172.18.4.181"; diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg index eb2f7ef..7b0094f 100644 --- a/ttcn3-mgw-test/osmo-mgw.cfg +++ b/ttcn3-mgw-test/osmo-mgw.cfg @@ -31,6 +31,7 @@ ! line vty no login + bind 0.0.0.0 ! mgcp bind ip 172.18.4.180 -- To view, visit https://gerrit.osmocom.org/12982 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ife949c61156222de3026280071226ef6f5dbd959 Gerrit-Change-Number: 12982 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]>
