mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
Merge pull request #156 from setrofim/master
sysfile_getter/cpufreq: fix taball name
This commit is contained in:
commit
5773da0d08
@ -57,7 +57,7 @@ class SysfsExtractor(Instrument):
|
|||||||
|
|
||||||
mount_command = 'mount -t tmpfs -o size={} tmpfs {}'
|
mount_command = 'mount -t tmpfs -o size={} tmpfs {}'
|
||||||
extract_timeout = 30
|
extract_timeout = 30
|
||||||
tarname = 'sysfs.tar.gz'
|
tarname = 'sysfs.tar'
|
||||||
DEVICE_PATH = 0
|
DEVICE_PATH = 0
|
||||||
BEFORE_PATH = 1
|
BEFORE_PATH = 1
|
||||||
AFTER_PATH = 2
|
AFTER_PATH = 2
|
||||||
@ -298,7 +298,7 @@ class DynamicFrequencyInstrument(SysfsExtractor):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
tarname = 'cpufreq.tar.gz'
|
tarname = 'cpufreq.tar'
|
||||||
|
|
||||||
parameters = [
|
parameters = [
|
||||||
Parameter('paths', mandatory=False, override=True),
|
Parameter('paths', mandatory=False, override=True),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user