make test: fix broken plugin paths 32/6332/1
authorKlement Sekera <[email protected]>
Fri, 24 Mar 2017 04:47:15 +0000 (05:47 +0100)
committerOle Trøan <[email protected]>
Fri, 21 Apr 2017 11:24:05 +0000 (11:24 +0000)
Change-Id: I25a6882ec503fc5bb3694411fbdc2eb1f1e1fafc
Signed-off-by: Klement Sekera <[email protected]>
(cherry picked from commit 6abbc2884a0d2006f2b7cc1d9f5b74cefbb7ac78)

test/framework.py

index fe6a8a5..eb3a9d7 100644 (file)
@@ -152,6 +152,8 @@ class VppTestCase(unittest.TestCase):
             if cls.extern_plugin_path is not None:
                 plugin_path = "%s:%s" % (
                     cls.plugin_path, cls.extern_plugin_path)
+            else:
+                plugin_path = cls.plugin_path
         elif cls.extern_plugin_path is not None:
             plugin_path = cls.extern_plugin_path
         debug_cli = ""