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

framework/host: Add missing defaults for agenda conversion

Ensure that defaults are correctly populated when converting a WA2 agenda
to the WA3 style.
This commit is contained in:
Marc Bonnici 2018-05-23 10:56:23 +01:00 committed by setrofim
parent 6cb7031713
commit e008134145

View File

@ -81,11 +81,13 @@ def convert_wa2_agenda(filepath, output_path):
versions of WA (the old entries are
now aliases for this).'''),
ConfigurationPoint('device_config',
description='''Generic configuration for device.'''),
description='''Generic configuration for device.''',
default={}),
ConfigurationPoint('cleanup_assets',
aliases=['clean_up'],
description='''Specific whether to clean up assets
deployed to the target'''),
deployed to the target''',
default=True),
])
for param in orig_agenda.keys():