mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
framework/workload: Add missing alias for cleanup_assets
This commit is contained in:
@@ -41,6 +41,7 @@ class Workload(TargetedPlugin):
|
|||||||
parameters = [
|
parameters = [
|
||||||
Parameter('cleanup_assets', kind=bool,
|
Parameter('cleanup_assets', kind=bool,
|
||||||
global_alias='cleanup_assets',
|
global_alias='cleanup_assets',
|
||||||
|
aliases=['clean_up'],
|
||||||
default=True,
|
default=True,
|
||||||
description="""
|
description="""
|
||||||
If ``True``, if assets are deployed as part of the workload they
|
If ``True``, if assets are deployed as part of the workload they
|
||||||
|
Reference in New Issue
Block a user