aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/vty_test_runner.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-14 10:58:58 -0400
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-14 10:58:58 -0400
commite98c9c7136e2612cedf87105eafe12fedff1f9a0 (patch)
tree4e2ab89eb750bf2447faf77ad8b7bd675990ae15 /openbsc/tests/vty_test_runner.py
parent84ae27e7314ad1743c8fbdb2feae372122355066 (diff)
nat/vty: And move to a different port..
Diffstat (limited to 'openbsc/tests/vty_test_runner.py')
-rw-r--r--openbsc/tests/vty_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/vty_test_runner.py b/openbsc/tests/vty_test_runner.py
index f56b5764b..3c2c233ed 100644
--- a/openbsc/tests/vty_test_runner.py
+++ b/openbsc/tests/vty_test_runner.py
@@ -630,7 +630,7 @@ class TestVTYNAT(TestVTYGenericBSC):
# Use different port for the mock msc to avoid clashing with
# the osmo-bsc_nat itself
ip = "127.0.0.1"
- port = 5001
+ port = 5522
self.vty.enable()
bscs1 = self.vty.command("show bscs-config")
nat_bsc_reload(self)