mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +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] = \
|
||||
RuntimeParameter(param_name, kind=int,
|
||||
constraint=lambda x, cluster=cluster:
|
||||
0 < x <= len(resolve_cpus(cluster), self.target),
|
||||
0 < x <= len(resolve_cpus(cluster, self.target)),
|
||||
description="""
|
||||
The number of cores on the {} cluster to be online
|
||||
""".format(cluster),
|
||||
|
Loading…
x
Reference in New Issue
Block a user