tests/remote: Add utils file
Add rutils.py for remote tests. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
This commit is contained in:
parent
ede4719718
commit
a73fa13be2
4 changed files with 551 additions and 7 deletions
|
@ -36,6 +36,7 @@ class Host():
|
|||
self.logs = []
|
||||
self.ifname = ifname
|
||||
self.port = port
|
||||
self.dev = None
|
||||
if self.name == "" and host != None:
|
||||
self.name = host
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue