mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-02-28 02:44:51 +00:00
update port
This commit is contained in:
@@ -26,7 +26,7 @@ class TestConfigVyOSDriver(unittest.TestCase, TestConfigNetworkDriver):
|
||||
username = 'vagrant'
|
||||
password = 'vagrant'
|
||||
cls.vendor = 'vyos'
|
||||
cls.port = '2200'
|
||||
cls.port = '12206'
|
||||
|
||||
optional_args = {'port': '12206'}
|
||||
cls.device = vyos.VyOSDriver(hostname, username, password,
|
||||
|
||||
Reference in New Issue
Block a user