aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests')
-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)