Searched refs:harness_config (Results 1 – 13 of 13) sorted by relevance
20 testsuite.harness_config = {}61 testinstance.testsuite.harness_config['pytest_dut_scope'] = dut_scope70 testinstance.testsuite.harness_config['pytest_args'] = pytest_args90 testinstance.testsuite.harness_config['pytest_args'] = [pytest_args_from_yaml]153 testinstance.testsuite.harness_config['pytest_root'] = pytest_root
287 mock_testsuite.harness_config = {}295 instance.testsuite.harness_config = {318 mock_testsuite.harness_config = {}368 mock_testsuite.harness_config = {}422 mock_testsuite.harness_config = {}430 instance.testsuite.harness_config = {483 mock_testsuite.harness_config = {}545 mock_testsuite.harness_config = {}638 id="id", testcases=[], source_dir="source_dir", harness_config={}641 mock_testsuite.harness_config = {}[all …]
447 testsuite.harness_config['fixture'] = fixture
915 mocked_instance.testsuite.harness_config = {'fixture': fixture}
77 with binary sources. A keyword ``pytest_root`` placed under ``harness_config`` section in .yaml file88 #. From .yaml file, using ``pytest_args`` placed under ``harness_config`` section - more info114 ``pytest_dut_scope`` keyword placed under ``harness_config`` section (more info132 fixture is determined by the ``pytest_dut_scope`` keyword placed under ``harness_config`` section242 under ``harness_config`` section:247 harness_config:256 placed under ``harness_config`` with list of tests which should be run:261 harness_config:273 harness_config:
588 harness_config: <harness configuration options>607 The following is an example yaml file with robot harness_config options.614 harness_config:624 harness_config:637 harness_config:768 The following is an example yaml file with a few harness_config options.777 harness_config:822 harness_config:848 The following is an example yaml file with pytest harness_config options,858 harness_config:[all …]
92 config = instance.testsuite.harness_config191 config = instance.testsuite.harness_config394 config = self.instance.testsuite.harness_config635 config = self.instance.testsuite.harness_config646 def _get_shell_commands_file(self, harness_config): argument647 if shell_commands := harness_config.get('shell_commands'):653 test_shell_file = harness_config.get('shell_commands_file', 'test_shell.yml')986 new_exe_name: str = self.instance.testsuite.harness_config.get('bsim_exe_name', '')1021 config = self.instance.testsuite.harness_config
234 fixture = testsuite.harness_config.get('fixture')
479 if self.harness == 'console' and not self.harness_config:
492 fixture = instance.testsuite.harness_config.get("fixture")
54 harness_config:75 * Sample output can be validated by leveraging the ``harness_config`` regex option,
58 "harness_config/pytest_args" from "kernel.timer.timer_behavior_external" must
143 For more details see Twister testcase.yaml documentation and 'harness_config:'