mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-22 11:55:37 +00:00
Fixed vyos ssh port, according to Vagrantfile
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user