Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 14 of 14) sorted by relevance

/scripts/tests/twister_blackbox/
A Dtest_hardwaremap.py113 file_name = "test-map.yaml"
114 path = os.path.join(ZEPHYR_BASE, file_name)
115 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
165 file_name = "test-map.yaml"
166 path = os.path.join(ZEPHYR_BASE, file_name)
167 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
246 file_name = "test-map.yaml"
247 path = os.path.join(ZEPHYR_BASE, file_name)
248 args = ['--outdir', out_path, '--generate-hardware-map', file_name]
A Dtest_report.py139 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
153 for f_name in file_name:
188 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
202 for f_name in file_name:
234 for f_name in file_name:
266 for f_name in file_name:
284 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
303 for f_name in file_name:
324 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
325 args = ['-i','--outdir', out_path, '-T', test_path, "--log-file", file_name] + \
[all …]
A Dtest_coverage.py163 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument
180 for f_name in file_name:
219 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument
240 for f_name in file_name:
265 def test_coverage_format(self, capfd, out_path, cov_tool, file_name, cov_format): argument
284 for f_name in file_name:
A Dtest_outfile.py242 for file_name in file_names:
243 shutil.move(os.path.join(out_path, os.path.basename(out_path), file_name), out_path)
A Dtest_runner.py430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument
431 args = ['--outdir', out_path, '-T', test_path, '--pre-script', file_name] + \
/scripts/
A Dgen_gcov_files.py34 file_name = line.split("<")[0][1:]
37 extracted_coverage_info.update({file_name: hex_dump})
A Dlist_shields.py101 file_name = maybe_overlay.name
102 if file_name.endswith('.overlay'):
103 shield_name = file_name[:-len('.overlay')]
A Dlist_boards.py219 file_name = maybe_defconfig.name
220 if file_name.endswith('_defconfig') and not (maybe_board / BOARD_YML).is_file():
221 board_name = file_name[:-len('_defconfig')]
/scripts/footprint/
A Dcompare_footprint94 file_name = "tmp.csv"
97 file_name = RELEASE_DATA
99 file_name = "%s.csv" % commit
101 return os.path.join(cwd,'scripts', 'sanity_chk', file_name)
/scripts/west_commands/
A Dbindesc.py217 def get_image_data(self, file_name): argument
219 with open(file_name, 'rb') as bin_file:
223 return IntelHex(file_name).tobinstr()
226 with open(file_name, 'rb') as uf2_file:
230 with open(file_name, 'rb') as f:
/scripts/tests/twister/
A Dtest_scl.py192 def mock_load(file_name, *args, **kwargs): argument
193 assert file_name == filename
/scripts/pylib/twister/twisterlib/
A Dcoverage.py74 file_name = sp[0][1:]
81 if file_name in extracted_coverage_info:
82 extracted_coverage_info[file_name].append(hex_dump)
84 extracted_coverage_info[file_name] = [hex_dump]
/scripts/ci/coverage/
A Dcoverage_analysis.py253file_name = i_covered_file['file'][i_covered_file['file'].rfind('/')+1:]
257 "Name":file_name,
/scripts/ci/
A Dcheck_compliance.py443 for file_name in get_files(filter='d'):
444 if BINDINGS_PATH in file_name:
445 p = file_name.partition(BINDINGS_PATH)

Completed in 25 milliseconds