From 65209ed18c0bdc4e8d3d4a2ebbcd6cf34b68bb43 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 5 Dec 2016 23:29:17 +0100 Subject: test: l2bd instance multi-context correction - small correction of docstrings - fix of create_pg_interface Change-Id: I1958bd5ddaddaa2f7e6cbb18b0076e59e86d1e68 Signed-off-by: Jan Gelety --- test/vpp_interface.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/vpp_interface.py') diff --git a/test/vpp_interface.py b/test/vpp_interface.py index 024aeb5f8a3..78865108085 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.""" -- cgit 1.2.3-korg