update port
This commit is contained in:
parent
e5a7c31405
commit
5249d52caf
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue