mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
wa: Rename update_results
reference to update_output
To be consistant with the rename of output_processors, old references to `update_results` have now been changed to `update_output`.
This commit is contained in:
@@ -176,7 +176,7 @@ class RtApp(Workload):
|
||||
timeout=self.timeout,
|
||||
as_root=True)
|
||||
|
||||
def update_result(self, context):
|
||||
def update_output(self, context):
|
||||
self._pull_rt_app_logs(context)
|
||||
context.result.classifiers.update(dict(
|
||||
duration=self.duration,
|
||||
|
Reference in New Issue
Block a user