mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	configuration/core: Add missing parameter alias for workload_parmeters
				
					
				
			This commit is contained in:
		@@ -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
 | 
			
		||||
                           '''),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user