Searched refs:runner_params (Results 1 – 9 of 9) sorted by relevance
27 runner_params: list[str] = field(default_factory=list, repr=False) variable in DeviceConfig63 runner_params: list[str] = []64 if config.option.runner_params:65 runner_params = [w.strip() for w in config.option.runner_params]75 runner_params=runner_params,
44 runner_params=None, argument66 self.runner_params = runner_params288 runner_params = dut.get('runner_params')300 runner_params=runner_params,
600 if hardware.runner_params:601 for param in hardware.runner_params:
475 if hardware.runner_params:476 for param in hardware.runner_params:
30 "runner_params":
134 device.device_config.runner_params = ['--runner-param1', 'runner-param2']147 device.device_config.runner_params = [
69 if self.device_config.runner_params:70 for param in self.device_config.runner_params:
562 hardware.runner_params = ["--runner-param1", "runner-param2"]
1183 runner_params=['param1', 'param2']
Completed in 17 milliseconds