1
0
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:
zhizhou.zhang
2015-06-04 15:50:23 +08:00
parent 3044d192f9
commit 7422a72a7b
5 changed files with 17 additions and 12 deletions

View File

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