add def is_alive

This commit is contained in:
Pieprzycki Piotr
2016-12-21 21:31:13 +01:00
parent f1de371d37
commit f9e023954e
3 changed files with 27 additions and 18 deletions

View File

@@ -32,7 +32,6 @@ class PatchedVyOSDriver(vyos.VyOSDriver):
"""Patched VyOS Driver."""
def __init__(self, hostname, username, password, timeout=60, optional_args=None):
optional_args = {'port': '12206'}
super().__init__(hostname, username, password, timeout, optional_args)
self.patched_attrs = ['device']