Home
last modified time | relevance | path

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

/Zephyr-latest/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', 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_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.py164 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument
165 args = ['-i','--outdir', out_path, '-T', test_path] + \
182 path = os.path.join(out_path, f_name)
192 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
193 args = ['-i','--outdir', out_path, '-T', test_path] + \
220 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument
225 args = ['--outdir', out_path,'-i', '-T', test_path] + \
242 path = os.path.join(out_path, f_name)
266 def test_coverage_format(self, capfd, out_path, cov_tool, file_name, cov_format): argument
269 args = ['--outdir', out_path,'-i', '-T', test_path] + \
[all …]
Dtest_tooling.py40 def test_jobs(self, out_path, jobs): argument
43 args = ['-i', '--outdir', out_path, '-T', path] + \
53 with open(os.path.join(out_path, 'twister.log')) as f:
60 def test_force_toolchain(self, out_path): argument
64 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
77 with open(os.path.join(out_path, 'testplan.json')) as f:
106 def test_ninja(self, capfd, out_path, test_path, test_platforms, flag): argument
107 args = ['--outdir', out_path, '-T', test_path, flag] + \
Dtest_addon.py46 def test_enable_ubsan(self, out_path, ubsan_flags, expected_exit_value): argument
49 args = ['-i', '--outdir', out_path, '-T', test_path] + \
73 def test_enable_lsan(self, out_path, lsan_flags, expected_exit_value): argument
76 args = ['-i', '--outdir', out_path, '-T', test_path] + \
106 def test_enable_asan(self, capfd, out_path, asan_flags, expected_exit_value, expect_asan): argument
109 args = ['-i', '-W', '--outdir', out_path, '-T', test_path] + \
130 def test_extra_test_args(self, capfd, out_path): argument
133 args = ['-i', '--outdir', out_path, '-T', test_path] + \
161 def test_extra_args(self, caplog, out_path): argument
164 args = ['--outdir', out_path, '-T', path] + \
[all …]
Dtest_testplan.py59 def test_subtest(self, out_path, test, expected_exception, expected_subtest_count): argument
62 args = ['-i', '--outdir', out_path, '-T', path, '--sub-test', test, '-y'] + \
75 with open(os.path.join(out_path, 'testplan.json')) as f:
92 def test_filter(self, out_path, filter, expected_count): argument
95 args = ['-i', '--outdir', out_path, '-T', path, '--filter', filter, '-y'] + \
106 with open(os.path.join(out_path, 'testplan.json')) as f:
125 def test_integration(self, out_path, integration, expected_count): argument
128 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
140 with open(os.path.join(out_path, 'testplan.json')) as f:
Dtest_report.py140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
141 args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports'] + \
155 path = os.path.join(out_path, f_name)
177 platform_path = os.path.join(out_path, f_platform.replace("/", "_") + ".json", )
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
190 …args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports', '--report-suffix=TEST']…
204 path = os.path.join(out_path, f_name)
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
219 args = ['-i', '--outdir', out_path, '-T', test_path] + \
236 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_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', rel_path, 'always_fail.dummy', 'build.log')
106 args = ['--outdir', out_path, '-T', path] + \
118 with open(os.path.join(out_path, 'twister.log')) as f:
167 def test_output_levels(self, capfd, out_path, flags): argument
169 args = ['--outdir', out_path, '-T', test_path, *flags]
Dtest_testlist.py34 def test_save_tests(self, out_path): argument
37 saved_tests_file_path = os.path.realpath(os.path.join(out_path, '..', 'saved-tests.json'))
38 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
55 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
67 with open(os.path.join(out_path, 'testplan.json')) as f:
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_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.py35 def test_quarantine_verify(self, out_path): argument
39 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
50 with open(os.path.join(out_path, 'testplan.json')) as f:
76 … def test_quarantine_list(self, capfd, out_path, test_path, test_platforms, quarantine_directory): argument
77 args = ['--outdir', out_path, '-T', test_path] +\
Dtest_error.py70 def test_test(self, out_path, testroot, test, expected_exception): argument
75 args += ['-i', '--outdir', out_path, '--test', test, '-y'] + \
98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
101 args = ['--outdir', out_path, '-T', path, '-vv'] + \
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_disable.py76 …def test_disable_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected… argument
77 args = ['-i', '--outdir', out_path, '-T', test_path] + \
110 …def test_disable_warnings_as_errors(self, capfd, out_path, test_path, test_platforms, flag, expect… argument
111 args = ['-i', '--outdir', out_path, '-T', test_path] + \
Dtest_hardwaremap.py111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
114 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
166 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
244 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument
247 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
Dconftest.py79 out_path = os.path.join(out_container_path, "blackbox-out")
82 yield out_path
Dtest_device.py56 def test_seed(self, capfd, out_path, seed): argument
59 args = ['--outdir', out_path, '-i', '-T', path, '-vv',] + \
/Zephyr-latest/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-latest/subsys/bluetooth/host/
Diso.c258 struct bt_iso_chan_path *out_path = NULL; in bt_iso_setup_data_path() local
289 out_path = rx_qos->path; in bt_iso_setup_data_path()
291 out_path = &default_hci_path; in bt_iso_setup_data_path()
295 __ASSERT(in_path || out_path, "At least one path shall be shell: in %p out %p", in_path, in bt_iso_setup_data_path()
296 out_path); in bt_iso_setup_data_path()
308 iso->iso.info.type == BT_ISO_CHAN_TYPE_SYNC_RECEIVER && out_path) { in bt_iso_setup_data_path()
310 err = hci_le_setup_iso_data_path(iso, dir, out_path); in bt_iso_setup_data_path()
328 if (out_path != NULL) { in bt_iso_setup_data_path()
331 err = hci_le_setup_iso_data_path(iso, dir, out_path); in bt_iso_setup_data_path()