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:
Janusz Dziedzic 2016-04-29 07:07:35 +02:00 committed by Jouni Malinen
parent ede4719718
commit a73fa13be2
4 changed files with 551 additions and 7 deletions

View file

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