mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-15 15:20:45 +01:00
instrumentation/dmesg: Fix missing @slow decorator
This commit is contained in:
parent
c7af676d00
commit
462c3eaa78
@ -57,6 +57,7 @@ class DmesgInstrument(Instrument):
|
|||||||
if self.target.is_rooted:
|
if self.target.is_rooted:
|
||||||
self.target.execute('dmesg -c', as_root=True)
|
self.target.execute('dmesg -c', as_root=True)
|
||||||
|
|
||||||
|
@slow
|
||||||
def stop(self, context):
|
def stop(self, context):
|
||||||
with open(self.after_file, 'w') as wfh:
|
with open(self.after_file, 'w') as wfh:
|
||||||
wfh.write(self.target.execute('dmesg', as_root=self.need_root))
|
wfh.write(self.target.execute('dmesg', as_root=self.need_root))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user