Fixed vyos ssh port, according to Vagrantfile

This commit is contained in:
Pieprzycki Piotr 2016-12-16 15:56:40 +01:00
parent 5afafa5522
commit 5ae5d497ea
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TestConfigVyOSDriver(unittest.TestCase, TestConfigNetworkDriver):
cls.vendor = 'vyos'
cls.port = '2200'
optional_args = {'port': '2200'}
optional_args = {'port': '12206'}
cls.device = vyos.VyOSDriver(hostname, username, password,
timeout=60, optional_args=optional_args)
cls.device.open()