Searched refs:detailed_id (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_printouts.py | 318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument 319 args = ['--outdir', out_path, '-T', test_path, '--list-tests', detailed_id] 354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument 355 args = ['--outdir', out_path, '-T', test_path, '--test-tree', detailed_id]
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 694 tmp_path, caplog, detailed_id, exp_out, line, argument 708 mock_testsuite.detailed_test_id = detailed_id
|
D | test_testplan.py | 1339 def test_testplan_add_testsuites(tmp_path, testsuite_filter, use_alt_root, detailed_id, argument 1442 options=mock.Mock(detailed_test_id=detailed_id),
|
D | test_runner.py | 1641 detailed_id, argument 1661 instance_mock.testsuite.detailed_test_id = detailed_id
|