mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
lmbench: add the output file as an artifiact
This commit is contained in:
parent
e5c6ef5368
commit
f85ef61ce9
@ -97,6 +97,7 @@ class lmbench(Workload):
|
||||
with open(outfile, 'w') as wfh:
|
||||
for output in self.output:
|
||||
wfh.write(output)
|
||||
context.add_artifact('lmbench', 'lmbench.output', 'data')
|
||||
|
||||
def teardown(self, context):
|
||||
self.device.uninstall_executable(self.test)
|
||||
|
Loading…
x
Reference in New Issue
Block a user