From 6abbc2884a0d2006f2b7cc1d9f5b74cefbb7ac78 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Fri, 24 Mar 2017 05:47:15 +0100 Subject: make test: fix broken plugin paths Change-Id: I25a6882ec503fc5bb3694411fbdc2eb1f1e1fafc Signed-off-by: Klement Sekera --- test/framework.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/framework.py') diff --git a/test/framework.py b/test/framework.py index fe6a8a53..eb3a9d7e 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 = "" -- cgit 1.2.3-korg