mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00: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:
|
||||
self.target.execute('dmesg -c', as_root=True)
|
||||
|
||||
@slow
|
||||
def stop(self, context):
|
||||
with open(self.after_file, 'w') as wfh:
|
||||
wfh.write(self.target.execute('dmesg', as_root=self.need_root))
|
||||
|
Loading…
x
Reference in New Issue
Block a user