Lines Matching +full:get +full:- +full:coverage +full:- +full:files
4 # SPDX-License-Identifier: Apache-2.0
5 # pylint: disable=line-too-long
59 testsuite = class_testplan.testsuites.get('scripts/tests/twister/test_data/testsuites/tests/'
141 testcase = class_testplan.testsuites.get('scripts/tests/twister/test_data/testsuites/samples/'
157 testcase = class_testplan.testsuites.get('scripts/tests/twister/test_data/testsuites/samples/'
174 '(dt_compat_enabled("st,stm32-flash-controller") or' \
175 ' dt_compat_enabled("st,stm32h7-flash-controller")) and' \
176 ' dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")',
181 ' dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")) or' \
183 ' dt_label_with_parent_compat_enabled("slot1_ns_partition", "fixed-partitions"))',
209 testsuite = class_testplan.testsuites.get(testsuite_path)
211 platform = class_testplan.get_platform(request.param.get('board_name', 'demo_board_2'))
226 testsuite = class_testplan.testsuites.get(testsuite_path)
286 testsuite = class_testplan.testsuites.get(testsuite_path)
328 testinstance.testcases[-1].status = TwisterStatus.NONE
333 assert testinstance.testcases[-1].status == TwisterStatus.PASS
334 assert testinstance.testcases[-1].reason == expected_reason
340 testsuite = class_testplan.testsuites.get(testsuite_path)
444 testsuite = class_testplan.testsuites.get(testsuite_path)
461 (False, False, None, 'unit', 'unit', ['COVERAGE=1'], True),
470 'non-qemu simulation with exec', 'unit teting', 'no handler']
631 assert 'multiple ELF files detected: ' in caplog.text