diff --git a/test/unit/TestVyOSDriver.py b/test/unit/TestVyOSDriver.py index baf87fc..9ebcb74 100644 --- a/test/unit/TestVyOSDriver.py +++ b/test/unit/TestVyOSDriver.py @@ -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()