aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_interface.py
diff options
context:
space:
mode:
authorJan <jgelety@cisco.com>2016-12-05 23:29:17 +0100
committerJan <jgelety@cisco.com>2016-12-05 23:32:03 +0100
commit65209ed18c0bdc4e8d3d4a2ebbcd6cf34b68bb43 (patch)
treede411a3a998ba2c7ac30604e4c9150a3d11e025c /test/vpp_interface.py
parentcf3658da71d926e3a9c9b916a87d12905cc5bbfa (diff)
test: l2bd instance multi-context correction
- small correction of docstrings - fix of create_pg_interface Change-Id: I1958bd5ddaddaa2f7e6cbb18b0076e59e86d1e68 Signed-off-by: Jan Gelety <jgelety@cisco.com>
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."""