mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
framework/rt_config: Fix typo in hotplug big.LITTLE RT Params
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user