diff options
author | Gabriel Ganne <gabriel.ganne@qosmos.com> | 2016-12-06 10:25:34 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-12-06 12:22:04 +0000 |
commit | a9b2d5831eae036205f69cd539167936d2a180cf (patch) | |
tree | 07f741f0485a012c7d04d699d7ec22f21e3fd474 /test/test_mpls.py | |
parent | c9097d20606dceef8f296697a652ec198c55294a (diff) |
add missing import to mpls test
Change-Id: If53a7c8066ec9713645a009218e264384afe93e4
Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
Diffstat (limited to 'test/test_mpls.py')
-rw-r--r-- | test/test_mpls.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |