aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-05-11 17:50:04 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-27 17:40:53 +0200
commitc01bc00d3517f54e957ceec9b44453375f65d390 (patch)
tree2a2531766656558c8b448046be5d6512f95b418f /tests
parentc3bf304aed1d6f0bf8dee1dacb6ae3722d92f672 (diff)
examples/sgsn: Use osmo-hlr with auth-policy remote by default
For the vty tests, add osmo-sgsn-accept-all.cfg (that does not need an HLR) and use in vty_test_runner.py, otherwise the 'show sgsn' command will reply that it could not connect to the HLR, failing the vty test which expects empty. Change-Id: Ie3b2013198d3e2b780a4e31c36b89b58129dcacd
Diffstat (limited to 'tests')
-rw-r--r--tests/vty_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py
index fe4d3f038..7d4e12187 100644
--- a/tests/vty_test_runner.py
+++ b/tests/vty_test_runner.py
@@ -829,7 +829,7 @@ class TestVTYSGSN(TestVTYGenericBSC):
def vty_command(self):
return ["./src/gprs/osmo-sgsn", "-c",
- "doc/examples/osmo-sgsn/osmo-sgsn.cfg"]
+ "doc/examples/osmo-sgsn/osmo-sgsn-accept-all.cfg"]
def vty_app(self):
return (4245, "./src/gprs/osmo-sgsn", "OsmoSGSN", "sgsn")