1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

framework/plugin_cache: Fix missing assistant parameters

This commit is contained in:
Marc Bonnici 2018-02-06 11:04:32 +00:00 committed by setrofim
parent 9941b9a92a
commit 07cd770288

View File

@ -159,7 +159,7 @@ class PluginCache(object):
def _get_target_params(self, name):
td = self.targets[name]
return get_config_point_map(chain(td.target_params, td.platform_params, td.conn_params))
return get_config_point_map(chain(td.target_params, td.platform_params, td.conn_params, td.assistant_params))
# pylint: disable=too-many-nested-blocks, too-many-branches
def _merge_using_priority_specificity(self, specific_name,