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:
parent
6cb7031713
commit
e008134145
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user