aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wa/framework/target/runtime_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wa/framework/target/runtime_config.py b/wa/framework/target/runtime_config.py
index 2728a831..7fd7d54b 100644
--- a/wa/framework/target/runtime_config.py
+++ b/wa/framework/target/runtime_config.py
@@ -370,13 +370,14 @@ class CpufreqRuntimeConfig(RuntimeConfig):
The governor to be set for all cores
""")
- param_name = 'governor_tunables'
+ param_name = 'gov_tunables'
self._runtime_params[param_name] = \
RuntimeParameter(
param_name, kind=dict,
merge=True,
setter=self.set_governor_tunables,
setter_params={'core': None},
+ aliases=['governor_tunables'],
description="""
The governor tunables to be set for all cores
""")