aboutsummaryrefslogtreecommitdiffstats
path: root/test/remote_test.py
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2018-11-27 04:42:05 -0800
committerOle Trøan <otroan@employees.org>2018-11-28 07:28:28 +0000
commit526ad04e013a24d685419e4ff0d7c5f03c3395f9 (patch)
tree64eb196cd34c7ab5796d3ebf144a16d864dfa6a8 /test/remote_test.py
parent30e273b3055174f0b6fefd240a39fe93253669cd (diff)
test/remote_test.py: Fix missing import
Change-Id: I192c33d36f43ae2df0dda509e118f2b920d561ac Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/remote_test.py')
-rw-r--r--test/remote_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/remote_test.py b/test/remote_test.py
index 8ebc8a00d1b..dfdc6309a89 100644
--- a/test/remote_test.py
+++ b/test/remote_test.py
@@ -6,6 +6,7 @@ import unittest
from multiprocessing import Process, Pipe
from pickle import dumps
+import six
from six import moves
from framework import VppTestCase