Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 24 of 24) sorted by relevance

/Zephyr-4.2.1/scripts/tests/twister_blackbox/
Dtest_outfile.py47 def test_clobber_output(self, out_path, flag_section, clobber, expect_straggler): argument
50 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
57 os.mkdir(os.path.join(out_path))
60 straggler_path = os.path.join(out_path, straggler_name)
72 current_dirs = os.listdir(os.path.normpath(os.path.join(out_path, '..')))
76 out_contents = os.listdir(os.path.join(out_path))
83 def test_runtime_artifact_cleanup(self, out_path): argument
86 args = ['-i', '--outdir', out_path, '-T', path] + \
100 …sample_path = os.path.join(out_path, 'qemu_x86_atom', 'zephyr', relpath, 'sample.basic.helloworld')
113 def test_short_build_path(self, out_path): argument
[all …]
Dtest_footprint.py58 def test_compare_report(self, caplog, out_path, old_ram_multiplier, expect_delta_log): argument
62 args = ['-i', '--outdir', out_path, '-T', path] + \
77 with open(os.path.join(out_path, 'twister.json')) as f:
84 with open(os.path.join(out_path, 'twister.json'), 'w') as f:
88 os.path.dirname(out_path),
96 args = ['-i', '--outdir', out_path, '-T', path] + \
120 def test_footprint_from_buildlog(self, out_path): argument
124 args = ['-i', '--outdir', out_path, '-T', path] + \
139 with open(os.path.join(out_path, 'twister.json')) as f:
149 args = ['-i', '--outdir', out_path, '-T', path] + \
[all …]
Dtest_tooling.py31 def test_jobs(self, out_path, jobs): argument
34 args = ['-i', '--outdir', out_path, '-T', path] + \
43 with open(os.path.join(out_path, 'twister.log')) as f:
50 def test_force_toolchain(self, out_path): argument
54 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
63 with open(os.path.join(out_path, 'testplan.json')) as f:
94 def test_ninja(self, capfd, out_path, test_path, test_platforms, flag): argument
95 args = ['--outdir', out_path, '-T', test_path, flag] + \
Dtest_testplan.py47 def test_subtest(self, out_path, test, expected_exception, expected_subtest_count): argument
51 '-i', '--outdir', out_path, '-T', path, '--sub-test', test, '-y'] + \
61 with open(os.path.join(out_path, 'testplan.json')) as f:
78 def test_filter(self, out_path, filter, expected_count): argument
81 args = ['-i', '--outdir', out_path, '-T', path, '--filter', filter, '-y'] + \
89 with open(os.path.join(out_path, 'testplan.json')) as f:
108 def test_integration(self, out_path, integration, expected_count): argument
111 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
119 with open(os.path.join(out_path, 'testplan.json')) as f:
Dtest_testlist.py22 def test_save_tests(self, out_path): argument
25 saved_tests_file_path = os.path.realpath(os.path.join(out_path, '..', 'saved-tests.json'))
26 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
39 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
47 with open(os.path.join(out_path, 'testplan.json')) as f:
Dtest_filter.py99 def test_exclude_tag(self, out_path, tags, expected_test_count): argument
102 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
114 with open(os.path.join(out_path, 'testplan.json')) as f:
127 def test_enable_slow(self, out_path): argument
131 args = ['-i', '--outdir', out_path, '-T', path] + \
142 with open(os.path.join(out_path, 'testplan.json')) as f:
155 def test_enable_slow_only(self, out_path): argument
159 args = ['-i', '--outdir', out_path, '-T', path] + \
170 with open(os.path.join(out_path, 'testplan.json')) as f:
193 def test_arch(self, capfd, out_path, arch, expected): argument
[all …]
Dtest_coverage.py163 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument
164 args = ['-i','--outdir', out_path, '-T', test_path] + \
181 path = os.path.join(out_path, f_name)
191 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
192 args = ['-i','--outdir', out_path, '-T', test_path] + \
219 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument
224 args = ['--outdir', out_path,'-i', '-T', test_path] + \
241 path = os.path.join(out_path, f_name)
265 def test_coverage_format(self, capfd, out_path, cov_tool, file_name, cov_format): argument
268 args = ['--outdir', out_path,'-i', '-T', test_path] + \
[all …]
Dtest_addon.py47 def test_enable_ubsan(self, out_path, ubsan_flags, expected_exit_value): argument
50 args = ['-i', '--outdir', out_path, '-T', test_path] + \
74 def test_enable_lsan(self, out_path, lsan_flags, expected_exit_value): argument
77 args = ['-i', '--outdir', out_path, '-T', test_path] + \
107 def test_enable_asan(self, capfd, out_path, asan_flags, expected_exit_value, expect_asan): argument
110 args = ['-i', '-W', '--outdir', out_path, '-T', test_path] + \
131 def test_extra_test_args(self, capfd, out_path): argument
134 args = ['-i', '--outdir', out_path, '-T', test_path] + \
162 def test_extra_args(self, caplog, out_path): argument
165 args = ['--outdir', out_path, '-T', path] + \
[all …]
Dtest_report.py139 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
140 args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports'] + \
154 path = os.path.join(out_path, f_name)
176 platform_path = os.path.join(out_path, f_platform.replace("/", "_") + ".json", )
188 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
189 …args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports', '--report-suffix=TEST']…
203 path = os.path.join(out_path, f_name)
217 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
218 args = ['-i', '--outdir', out_path, '-T', test_path] + \
235 path = os.path.join(out_path, f_name)
[all …]
Dtest_platform.py106 def test_board_root(self, out_path, board_root, expected_returncode): argument
110 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
122 with open(os.path.join(out_path, 'twister.log')) as f:
130 def test_force_platform(self, out_path): argument
133 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
143 with open(os.path.join(out_path, 'testplan.json')) as f:
155 def test_platform(self, out_path): argument
157 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
164 with open(os.path.join(out_path, 'testplan.json')) as f:
192 def test_any_platform(self, capfd, out_path, test_path, test_platforms, flag): argument
[all …]
Dtest_config.py34 def test_alt_config_root(self, out_path): argument
38 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
49 with open(os.path.join(out_path, 'testplan.json')) as f:
70 def test_level(self, out_path, level, expected_tests): argument
74 args = ['-i','--outdir', out_path, '-T', path, '--level', level, '-y',
84 with open(os.path.join(out_path, 'testplan.json')) as f:
Dtest_runner.py202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument
203 args = ['-i', '--outdir', out_path, '-T', test_path, flag] + \
237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument
239 args = ['--outdir', out_path,'-i', '-T', test_path, '--build-only'] + \
252 args = ['--outdir', out_path,'-i', '-T', test_path, '--test-only'] + \
361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument
362 args = ['--outdir', out_path, '-T', test_path, flag] + \
384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument
385 args = ['--outdir', out_path, '-T', test_path, '--cmake-only'] + \
430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument
[all …]
Dtest_output.py52 def test_detailed_test_id(self, out_path, flag, expect_paths): argument
55 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
67 with open(os.path.join(out_path, 'testplan.json')) as f:
85 def test_inline_logs(self, out_path): argument
88 args = ['--outdir', out_path, '-T', path] + \
100 …build_path = os.path.join(out_path, 'qemu_x86_atom', 'zephyr', rel_path, 'always_fail.dummy', 'bui…
106 args = ['--outdir', out_path, '-T', path] + \
118 with open(os.path.join(out_path, 'twister.log')) as f:
172 def test_output_levels(self, capfd, out_path, flags): argument
174 args = ['--outdir', out_path, '-T', test_path, *flags]
Dtest_printouts.py284 def test_list_tags(self, capfd, out_path, test_path, expected): argument
285 args = ['--outdir', out_path, '-T', test_path, '--list-tags']
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]
375 def test_timestamps(self, capfd, out_path, test_path, test_platforms): argument
377 args = ['-i', '--outdir', out_path, '-T', test_path, '--timestamps', '-v'] + \
451 def test_force_color(self, capfd, out_path, test_path, test_platforms): argument
453 args = ['-i', '--outdir', out_path, '-T', test_path, '--force-color'] + \
[all …]
Dtest_quarantine.py36 def test_quarantine_verify(self, out_path): argument
40 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
51 with open(os.path.join(out_path, 'testplan.json')) as f:
82 … def test_quarantine_list(self, capfd, out_path, test_path, test_platforms, quarantine_directory): argument
83 args = ['--detailed-test-id', '--outdir', out_path, '-T', test_path] +\
Dtest_disable.py64 …def test_disable_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected… argument
65 args = ['-i', '--outdir', out_path, '-T', test_path] + \
97 …def test_disable_warnings_as_errors(self, capfd, out_path, test_path, test_platforms, flag, expect… argument
98 args = ['-i', '--outdir', out_path, '-T', test_path] + \
Dtest_shuffle.py53 def test_shuffle_tests(self, out_path, seed, ratio, expected_order): argument
56 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
67 with open(os.path.join(out_path, 'testplan.json')) as f:
Dtest_error.py70 def test_test(self, out_path, testroot, test, expected_exception): argument
75 args += ['--detailed-test-id', '-i', '--outdir', out_path, '--test', test, '-y'] + \
98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
101 args = ['--detailed-test-id', '--outdir', out_path, '-T', path, '-vv'] + \
Dtest_device.py28 def test_seed(self, capfd, out_path, seed): argument
33 '--no-detailed-test-id', '--outdir', out_path, '-i', '-T', path, '-vv',
Dtest_hardwaremap.py112 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
115 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
164 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
167 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
245 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument
248 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
Dconftest.py81 out_path = os.path.join(out_container_path, "blackbox-out")
84 yield out_path
/Zephyr-4.2.1/doc/develop/test/twister/
Dsample_blackbox_test.py38 def test_level(self, capfd, out_path, level, expected_tests): argument
52 ["-i", "--outdir", out_path, "-T", path, "-y"]
77 with open(os.path.join(out_path, "testplan.json")) as f:
Dtwister_blackbox.rst48 ``twister-out`` directories. Most of the time, we will use the ``out_path`` fixture in conjunction
/Zephyr-4.2.1/soc/sifli/sf32/
Dgen_ftab.py196 out_path = Path(args.output)
197 out_path.parent.mkdir(parents=True, exist_ok=True)
200 hex_image.write_hex_file(str(out_path))