1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

create command: make sure "create agenda" can pick up loacal extensions

This commit is contained in:
Sergei Trofimov 2015-06-18 16:18:27 +01:00
parent c6ede56942
commit 51c5ef1520

View File

@ -188,7 +188,8 @@ class CreateAgendaSubcommand(CreateSubcommand):
help='Output file. If not specfied, STDOUT will be used instead.')
def execute(self, args): # pylint: disable=no-self-use
loader = ExtensionLoader()
loader = ExtensionLoader(packages=settings.extension_packages,
paths=settings.extension_paths)
agenda = {'config': OrderedDict(instrumentation=[], result_processors=[]),
'workloads': []}
device = None