osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38066?usp=email )
Change subject: */testenv.cfg: add vty_port, vty_host ......................................................................
*/testenv.cfg: add vty_port, vty_host
Add these variables, so a talloc report can be obtained after running test cases.
Closes: OS#6552 Change-Id: I5c0305c5d2ac6ac79dcf01bed8fb9d5beeeb99a6 --- M cbc/testenv.cfg M hlr/testenv.cfg M hnodeb/testenv.cfg M mgw/testenv.cfg M sgsn/testenv_generic.cfg M sgsn/testenv_sns.cfg M sip/testenv.cfg M smlc/testenv.cfg M upf/testenv.cfg 9 files changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/66/38066/1
diff --git a/cbc/testenv.cfg b/cbc/testenv.cfg index 1cae33c..b16babe 100644 --- a/cbc/testenv.cfg +++ b/cbc/testenv.cfg @@ -7,3 +7,5 @@ make=osmo-cbc package=osmo-cbc copy=osmo-cbc.cfg +vty_port=4264 +vty_host=127.0.0.20 diff --git a/hlr/testenv.cfg b/hlr/testenv.cfg index 0fe2f86..11d0309 100644 --- a/hlr/testenv.cfg +++ b/hlr/testenv.cfg @@ -7,3 +7,4 @@ make=osmo-hlr package=osmo-hlr copy=osmo-hlr.cfg +vty_port=4258 diff --git a/hnodeb/testenv.cfg b/hnodeb/testenv.cfg index 9505146..b2f29df 100644 --- a/hnodeb/testenv.cfg +++ b/hnodeb/testenv.cfg @@ -7,3 +7,5 @@ make=osmo-hnodeb package=osmo-hnodeb copy=osmo-hnodeb.cfg +vty_port=4273 +vty_host=127.0.0.20 diff --git a/mgw/testenv.cfg b/mgw/testenv.cfg index c69c422..7891477 100644 --- a/mgw/testenv.cfg +++ b/mgw/testenv.cfg @@ -7,3 +7,4 @@ make=osmo-mgw package=osmo-mgw copy=osmo-mgw.cfg +vty_port=4243 diff --git a/sgsn/testenv_generic.cfg b/sgsn/testenv_generic.cfg index 89181c6..d439c43 100644 --- a/sgsn/testenv_generic.cfg +++ b/sgsn/testenv_generic.cfg @@ -13,3 +13,5 @@ make=osmo-sgsn package=osmo-sgsn copy=osmo-sgsn.cfg +vty_port=4245 +vty_host=127.0.0.10 diff --git a/sgsn/testenv_sns.cfg b/sgsn/testenv_sns.cfg index e60e45e..7feb5d3 100644 --- a/sgsn/testenv_sns.cfg +++ b/sgsn/testenv_sns.cfg @@ -13,3 +13,5 @@ make=osmo-sgsn package=osmo-sgsn copy=osmo-sgsn.sns.cfg +vty_port=4245 +vty_host=127.0.0.10 diff --git a/sip/testenv.cfg b/sip/testenv.cfg index fc3a83e..59d628e 100644 --- a/sip/testenv.cfg +++ b/sip/testenv.cfg @@ -7,3 +7,4 @@ make=osmo-sip-connector package=osmo-sip-connector copy=osmo-sip-connector.cfg +vty_port=4256 diff --git a/smlc/testenv.cfg b/smlc/testenv.cfg index 127e4d7..a52cb12 100644 --- a/smlc/testenv.cfg +++ b/smlc/testenv.cfg @@ -13,3 +13,4 @@ make=osmo-smlc package=osmo-smlc copy=osmo-smlc.cfg +vty_port=4271 diff --git a/upf/testenv.cfg b/upf/testenv.cfg index f5ba0f0..7152e71 100644 --- a/upf/testenv.cfg +++ b/upf/testenv.cfg @@ -7,3 +7,4 @@ make=osmo-upf package=osmo-upf copy=osmo-upf.cfg +vty_port=4275