add missing import to mpls test
authorGabriel Ganne <[email protected]>
Tue, 6 Dec 2016 09:25:34 +0000 (10:25 +0100)
committerDamjan Marion <[email protected]>
Tue, 6 Dec 2016 12:22:04 +0000 (12:22 +0000)
Change-Id: If53a7c8066ec9713645a009218e264384afe93e4
Signed-off-by: Gabriel Ganne <[email protected]>
test/test_mpls.py

index 08cd55b..92a579f 100644 (file)
@@ -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