1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00

lmbench: add the output file as an artifiact

This commit is contained in:
Sergei Trofimov 2015-12-03 10:53:55 +00:00
parent e5c6ef5368
commit f85ef61ce9

View File

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