Fixed vyos ssh port, according to Vagrantfile
This commit is contained in:
parent
5afafa5522
commit
5ae5d497ea
|
|
@ -28,7 +28,7 @@ class TestConfigVyOSDriver(unittest.TestCase, TestConfigNetworkDriver):
|
||||||
cls.vendor = 'vyos'
|
cls.vendor = 'vyos'
|
||||||
cls.port = '2200'
|
cls.port = '2200'
|
||||||
|
|
||||||
optional_args = {'port': '2200'}
|
optional_args = {'port': '12206'}
|
||||||
cls.device = vyos.VyOSDriver(hostname, username, password,
|
cls.device = vyos.VyOSDriver(hostname, username, password,
|
||||||
timeout=60, optional_args=optional_args)
|
timeout=60, optional_args=optional_args)
|
||||||
cls.device.open()
|
cls.device.open()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue