diff --git a/lisa/platforms/platinfo.py b/lisa/platforms/platinfo.py index 4ff60584425bc1132c5257b938c71c00904ec42a..f996a36eecb30487515f69d04f665fb5b22c5978 100644 --- a/lisa/platforms/platinfo.py +++ b/lisa/platforms/platinfo.py @@ -54,8 +54,8 @@ class PlatformInfo(MultiSrcConf, HideExekallID): KeyDesc('abi', 'ABI, e.g. "arm64"', [str]), KeyDesc('os', 'OS being used, e.g. "linux"', [str]), KeyDesc('name', 'Free-form name of the board', [str]), - KeyDesc('cpus-count', 'Compat key: number of CPUs', [int]), - KeyDesc('freq-domains', 'Frequency domains', [IntListList]), + KeyDesc('cpus-count', 'Number of CPUs', [int]), + KeyDesc('freq-domains', 'Frequency domains modeled by a list of CPU id for each domain', [IntListList]), KeyDesc('freqs', 'Dictionnary of CPU ID to list of frequencies', [IntIntListDict]), )) """Some keys have a reserved meaning with an associated type."""