mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
workloads: Update to better utilize cleanup_assets
and uninstall
Update the workload classes to attempt and standardize the use of the `cleanup_assets` parameter and the newly added `uninstall` parameter
This commit is contained in:
@@ -156,5 +156,5 @@ class Openssl(Workload):
|
||||
|
||||
@once
|
||||
def finalize(self, context):
|
||||
if not self.use_system_binary:
|
||||
if not self.use_system_binary and self.uninstall:
|
||||
self.target.uninstall('openssl')
|
||||
|
Reference in New Issue
Block a user