/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_printouts.py | 284 def test_list_tags(self, capfd, out_path, test_path, expected): argument 291 out, err = capfd.readouterr() 318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument 327 out, err = capfd.readouterr() 354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument 363 out, err = capfd.readouterr() 375 def test_timestamps(self, capfd, out_path, test_path, test_platforms): argument 390 out, err = capfd.readouterr() 412 def test_broken_parameter(self, capfd, flag): argument 420 out, err = capfd.readouterr() [all …]
|
D | test_runner.py | 202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument 216 out, err = capfd.readouterr() 237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument 248 capfd.readouterr() 294 out, err = capfd.readouterr() 361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument 371 out, err = capfd.readouterr() 384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument 394 out, err = capfd.readouterr() 430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument [all …]
|
D | test_coverage.py | 164 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument 175 out, err = capfd.readouterr() 192 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument 203 out, err = capfd.readouterr() 220 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument 235 out, err = capfd.readouterr() 266 def test_coverage_format(self, capfd, out_path, cov_tool, file_name, cov_format): argument 279 out, err = capfd.readouterr() 299 …def test_coverage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expecte… argument 310 out, err = capfd.readouterr() [all …]
|
D | test_report.py | 140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument 150 out, err = capfd.readouterr() 189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument 199 out, err = capfd.readouterr() 218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument 231 out, err = capfd.readouterr() 248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument 263 out, err = capfd.readouterr() 285 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument 299 out, err = capfd.readouterr() [all …]
|
D | test_disable.py | 76 …def test_disable_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected… argument 88 out, err = capfd.readouterr() 110 …def test_disable_warnings_as_errors(self, capfd, out_path, test_path, test_platforms, flag, expect… argument 123 out, err = capfd.readouterr()
|
D | test_hardwaremap.py | 111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 137 out, err = capfd.readouterr() 163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 201 out, err = capfd.readouterr() 244 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument 268 out, err = capfd.readouterr()
|
D | test_device.py | 56 def test_seed(self, capfd, out_path, seed): argument 69 out, err = capfd.readouterr()
|
D | test_platform.py | 192 def test_any_platform(self, capfd, out_path, test_path, test_platforms, flag): argument 203 out, err = capfd.readouterr() 228 def test_exclude_platform(self, capfd, out_path, test_path, test_platforms, expected): argument 239 out, err = capfd.readouterr() 277 def test_emulation_only(self, capfd, out_path, test_path, test_platforms, expected): argument 320 out, err = capfd.readouterr()
|
D | test_error.py | 98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument 113 out, err = capfd.readouterr()
|
D | test_addon.py | 106 def test_enable_asan(self, capfd, out_path, asan_flags, expected_exit_value, expect_asan): argument 122 out, err = capfd.readouterr() 130 def test_extra_test_args(self, capfd, out_path): argument 149 out, err = capfd.readouterr() 325 def test_enable_valgrind(self, capfd, out_path, valgrind_flags, expected_exit_value): argument
|
D | test_filter.py | 193 def test_arch(self, capfd, out_path, arch, expected): argument 206 out, err = capfd.readouterr() 227 def test_vendor(self, capfd, out_path, vendor, expected): argument 240 out, err = capfd.readouterr()
|
D | test_quarantine.py | 76 … def test_quarantine_list(self, capfd, out_path, test_path, test_platforms, quarantine_directory): argument 88 out, err = capfd.readouterr()
|
D | test_tooling.py | 106 def test_ninja(self, capfd, out_path, test_path, test_platforms, flag): argument 116 out, err = capfd.readouterr()
|
D | test_output.py | 167 def test_output_levels(self, capfd, out_path, flags): argument 175 out, err = capfd.readouterr()
|
/Zephyr-latest/doc/develop/test/twister/ |
D | sample_blackbox_test.py | 38 def test_level(self, capfd, out_path, level, expected_tests): argument 87 out, err = capfd.readouterr()
|
D | twister_blackbox.rst | 112 capfd.readouterr() # To remove output from the buffer
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 218 def test_hardwaremap_summary(capfd, mocked_hm): argument 232 out, err = capfd.readouterr() 723 capfd, argument 733 out, err = capfd.readouterr()
|
D | test_testplan.py | 494 capfd, argument 528 out, err = capfd.readouterr() 943 capfd, argument 968 def test_testplan_report_tag_list(capfd): argument 979 out,err = capfd.readouterr() 989 def test_testplan_report_test_tree(capfd): argument 1004 out,err = capfd.readouterr() 1047 def test_testplan_report_test_list(capfd): argument 1059 out,err = capfd.readouterr() 1076 def test_testplan_info(capfd): argument [all …]
|
D | test_jobserver.py | 26 def test_jobhandle(capfd): argument 36 out, err = capfd.readouterr()
|
D | test_runner.py | 189 def test_executioncounter(capfd): argument 205 out, err = capfd.readouterr() 2059 capfd, argument 2150 out, err = capfd.readouterr()
|
D | test_handlers.py | 95 capfd, argument 122 out, _ = capfd.readouterr()
|