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:
parent
3dbba732f0
commit
ad5fd0076c
@ -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
|
||||
'''),
|
||||
|
Loading…
x
Reference in New Issue
Block a user