1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 12:24:32 +00:00

configuration/core: Add missing parameter alias for workload_parmeters

This commit is contained in:
Marc Bonnici 2018-02-14 16:38:48 +00:00 committed by setrofim
parent 3dbba732f0
commit ad5fd0076c

View File

@ -713,7 +713,7 @@ class JobSpec(Configuration):
The name of the workload to run.
'''),
ConfigurationPoint('workload_parameters', kind=obj_dict,
aliases=["params", "workload_params"],
aliases=["params", "workload_params", "parameters"],
description='''
Parameter to be passed to the workload
'''),