aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpp_interface.py')
-rw-r--r--test/vpp_interface.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vpp_interface.py b/test/vpp_interface.py
index 024aeb5f..78865108 100644
--- a/test/vpp_interface.py
+++ b/test/vpp_interface.py
@@ -1,6 +1,8 @@
from abc import abstractmethod, ABCMeta
import socket
+from util import Host
+
class VppInterface(object):
"""Generic VPP interface."""