add missing import to mpls test 20/4120/2
authorGabriel Ganne <gabriel.ganne@qosmos.com>
Tue, 6 Dec 2016 09:25:34 +0000 (10:25 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 6 Dec 2016 12:22:04 +0000 (12:22 +0000)
Change-Id: If53a7c8066ec9713645a009218e264384afe93e4
Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
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