update port

This commit is contained in:
Pieprzycki Piotr 2016-12-19 09:27:40 +01:00
parent e5a7c31405
commit 5249d52caf
1 changed files with 1 additions and 1 deletions

View File

@ -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,