From: Klement Sekera Date: Fri, 24 Mar 2017 04:47:15 +0000 (+0100) Subject: make test: fix broken plugin paths X-Git-Tag: v17.07-rc1~426 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F5850%2F2;p=vpp.git make test: fix broken plugin paths Change-Id: I25a6882ec503fc5bb3694411fbdc2eb1f1e1fafc Signed-off-by: Klement Sekera --- diff --git a/test/framework.py b/test/framework.py index fe6a8a531f4..eb3a9d7e6cc 100644 --- a/test/framework.py +++ b/test/framework.py @@ -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 = ""