mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
create command: make sure "create agenda" can pick up loacal extensions
This commit is contained in:
parent
c6ede56942
commit
51c5ef1520
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user