mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
framework/rt_config: Fix typo in hotplug big.LITTLE RT Params
This commit is contained in:
parent
7100165376
commit
60c16c802f
@ -153,7 +153,7 @@ class HotplugRuntimeConfig(RuntimeConfig):
|
|||||||
self._runtime_params[param_name] = \
|
self._runtime_params[param_name] = \
|
||||||
RuntimeParameter(param_name, kind=int,
|
RuntimeParameter(param_name, kind=int,
|
||||||
constraint=lambda x, cluster=cluster:
|
constraint=lambda x, cluster=cluster:
|
||||||
0 < x <= len(resolve_cpus(cluster), self.target),
|
0 < x <= len(resolve_cpus(cluster, self.target)),
|
||||||
description="""
|
description="""
|
||||||
The number of cores on the {} cluster to be online
|
The number of cores on the {} cluster to be online
|
||||||
""".format(cluster),
|
""".format(cluster),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user