1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

commands/create: Update agenda sections to use augmentations

This commit is contained in:
Marc Bonnici 2018-02-15 13:34:23 +00:00 committed by setrofim
parent 4b6297e7ea
commit c5659d51f1

View File

@ -63,9 +63,9 @@ class CreateAgendaSubcommand(SubCommand):
agenda['workloads'].append(entry)
else:
if extcls.kind == 'instrument':
agenda['config']['instruments'].append(name)
agenda['config']['augmentations'].append(name)
if extcls.kind == 'output_processor':
agenda['config']['output_processors'].append(name)
agenda['config']['augmentations'].append(name)
agenda['config'][name] = config
if args.output: