/scripts/tests/twister_blackbox/ |
A D | test_printouts.py | 284 def test_list_tags(self, capfd, out_path, test_path, expected): argument 318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument 354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument 375 def test_timestamps(self, capfd, out_path, test_path, test_platforms): argument 412 def test_broken_parameter(self, capfd, flag): argument 433 def test_help(self, capfd, flag): argument 451 def test_force_color(self, capfd, out_path, test_path, test_platforms): argument 469 def test_size(self, capfd, out_path): argument
|
A D | test_runner.py | 202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument 237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument 361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument 384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument 430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument 453 def test_device_flash_timeout(self, capfd, out_path, test_path, test_platforms): argument 477 def test_retry(self, capfd, out_path, test_path, test_platforms, iterations): argument 513 def test_retry_interval(self, capfd, out_path, test_path, test_platforms, interval): argument 544 def test_timeout_multiplier(self, capfd, out_path, test_path, test_platforms, timeout): argument 575 def test_tag(self, capfd, out_path, test_path, test_platforms, tags, expected): argument [all …]
|
A D | test_coverage.py | 163 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument 191 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument 219 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument 265 def test_coverage_format(self, capfd, out_path, cov_tool, file_name, cov_format): argument 298 …def test_coverage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expecte… argument 324 def test_gcov_tool(self, capfd, test_path, test_platforms, out_path, expected_content): argument 351 def test_coverage_platform(self, capfd, test_path, test_platforms, out_path, cov_platform): argument
|
A D | test_report.py | 139 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument 188 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument 217 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument 247 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument 284 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument 324 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument 466 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
|
A D | test_hardwaremap.py | 112 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 164 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 245 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument
|
A D | test_platform.py | 192 def test_any_platform(self, capfd, out_path, test_path, test_platforms, flag): argument 228 def test_exclude_platform(self, capfd, out_path, test_path, test_platforms, expected): argument 277 def test_emulation_only(self, capfd, out_path, test_path, test_platforms, expected): argument
|
A D | test_disable.py | 77 …def test_disable_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected… argument 111 …def test_disable_warnings_as_errors(self, capfd, out_path, test_path, test_platforms, flag, expect… argument
|
A D | test_addon.py | 107 def test_enable_asan(self, capfd, out_path, asan_flags, expected_exit_value, expect_asan): argument 131 def test_extra_test_args(self, capfd, out_path): argument 326 def test_enable_valgrind(self, capfd, out_path, valgrind_flags, expected_exit_value): argument
|
A D | test_device.py | 56 def test_seed(self, capfd, out_path, seed): argument
|
A D | test_filter.py | 193 def test_arch(self, capfd, out_path, arch, expected): argument 227 def test_vendor(self, capfd, out_path, vendor, expected): argument
|
A D | test_quarantine.py | 82 … def test_quarantine_list(self, capfd, out_path, test_path, test_platforms, quarantine_directory): argument
|
A D | test_tooling.py | 107 def test_ninja(self, capfd, out_path, test_path, test_platforms, flag): argument
|
A D | test_error.py | 98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
|
A D | test_output.py | 172 def test_output_levels(self, capfd, out_path, flags): argument
|
/scripts/tests/twister/ |
A D | test_testplan.py | 494 capfd, argument 962 capfd, argument 987 def test_testplan_report_tag_list(capfd): argument 1008 def test_testplan_report_test_tree(capfd): argument 1066 def test_testplan_report_test_list(capfd): argument 1095 def test_testplan_info(capfd): argument
|
A D | test_hardwaremap.py | 218 def test_hardwaremap_summary(capfd, mocked_hm): argument 723 capfd, argument
|
A D | test_jobserver.py | 26 def test_jobhandle(capfd): argument
|
A D | test_runner.py | 189 def test_executioncounter(capfd): argument 2053 capfd, argument
|
A D | test_handlers.py | 95 capfd, argument
|