commit | a9b2d5831eae036205f69cd539167936d2a180cf | [log] [tgz] |
---|---|---|
author | Gabriel Ganne <gabriel.ganne@qosmos.com> | Tue Dec 06 10:25:34 2016 +0100 |
committer | Damjan Marion <dmarion.lists@gmail.com> | Tue Dec 06 12:22:04 2016 +0000 |
tree | 07f741f0485a012c7d04d699d7ec22f21e3fd474 | |
parent | c9097d20606dceef8f296697a652ec198c55294a [diff] |
add missing import to mpls test Change-Id: If53a7c8066ec9713645a009218e264384afe93e4 Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
diff --git a/test/test_mpls.py b/test/test_mpls.py index 08cd55b..92a579f 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