nat/vty: And move to a different port..

This commit is contained in:
Holger Hans Peter Freyther 2016-04-14 10:58:58 -04:00
parent 6d79589c87
commit 46ba2ea12b
1 changed files with 1 additions and 1 deletions

View File

@ -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)