mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
get options in config_example.py reachable
Some options in config_example.py are not reachable. It makes users confused. So make the options in the file as gobal_alias. Signed-off-by: zhizhou.zhang <zhizhou.zhang@spreadtrum.com>
This commit is contained in:
@@ -63,6 +63,7 @@ class HwmonInstrument(Instrument):
|
||||
|
||||
parameters = [
|
||||
Parameter('sensors', kind=list_of_strs, default=['energy', 'temp'],
|
||||
global_alias='hwmon_sensors',
|
||||
description='The kinds of sensors hwmon instrument will look for')
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user