1
0
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:
Marc Bonnici
2018-01-10 14:37:13 +00:00
committed by setrofim
parent 538cd8d332
commit 987f4ec4f1
9 changed files with 19 additions and 19 deletions

View File

@@ -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,