1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

fw/workload: Update description of cleanup_assests parameter

Improve the description of the parameter as the parameter may be used in
other places aside from the teardown method.
This commit is contained in:
Marc Bonnici 2019-06-20 10:51:22 +01:00
parent 0aea3abcaf
commit 959106d61b

View File

@ -48,9 +48,9 @@ class Workload(TargetedPlugin):
aliases=['clean_up'], aliases=['clean_up'],
default=True, default=True,
description=""" description="""
If ``True``, if assets are deployed as part of the workload they If ``True``, assets that are deployed or created as part of the
will be removed again from the device as part of finalize. workload will be removed again from the device.
""") """),
] ]
# Set this to True to mark that this workload poses a risk of exposing # Set this to True to mark that this workload poses a risk of exposing