Lines Matching +full:bad +full:- +full:key +full:- +full:1
3 # Copyright (c) 2018-2022 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
16 ) -> tuple[dict[str, list[str]], list[str]]:
31 name, val = field.split("=", 1)
93 def __init__(self, filename: str, schema: dict[str, Any]) -> None:
104 def load(self) -> dict[str, Any]:
114 def _cast_value(self, value: Any, typestr: str) -> Any:
150 def get_scenario(self, name: str) -> dict[str, Any]:
154 @return A dictionary containing the scenario key-value pairs with
207 # (1) CONF_FILEs extracted from common['extra_args']
262 f"bad {kinfo['type']} value '{d[k]}' for key '{k}' in name '{name}'"