From: Gabriel Ganne Date: Tue, 6 Dec 2016 09:25:34 +0000 (+0100) Subject: add missing import to mpls test X-Git-Tag: v17.01-rc1~106 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=a9b2d5831eae036205f69cd539167936d2a180cf;p=vpp.git add missing import to mpls test Change-Id: If53a7c8066ec9713645a009218e264384afe93e4 Signed-off-by: Gabriel Ganne --- diff --git a/test/test_mpls.py b/test/test_mpls.py index 08cd55b7f83..92a579f20cb 100644 --- a/test/test_mpls.py +++ b/test/test_mpls.py @@ -1,6 +1,7 @@ #!/usr/bin/env python import unittest +import socket from framework import VppTestCase, VppTestRunner from vpp_sub_interface import VppSubInterface, VppDot1QSubint, VppDot1ADSubint