/scripts/tests/twister_blackbox/ |
A D | test_hardwaremap.py | 113 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 D | test_report.py | 139 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 D | test_coverage.py | 163 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 D | test_outfile.py | 242 for file_name in file_names: 243 shutil.move(os.path.join(out_path, os.path.basename(out_path), file_name), out_path)
|
A D | test_runner.py | 430 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 D | gen_gcov_files.py | 34 file_name = line.split("<")[0][1:] 37 extracted_coverage_info.update({file_name: hex_dump})
|
A D | list_shields.py | 101 file_name = maybe_overlay.name 102 if file_name.endswith('.overlay'): 103 shield_name = file_name[:-len('.overlay')]
|
A D | list_boards.py | 219 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 D | compare_footprint | 94 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 D | bindesc.py | 217 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 D | test_scl.py | 192 def mock_load(file_name, *args, **kwargs): argument 193 assert file_name == filename
|
/scripts/pylib/twister/twisterlib/ |
A D | coverage.py | 74 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 D | coverage_analysis.py | 253 … file_name = i_covered_file['file'][i_covered_file['file'].rfind('/')+1:] 257 "Name":file_name,
|
/scripts/ci/ |
A D | check_compliance.py | 443 for file_name in get_files(filter='d'): 444 if BINDINGS_PATH in file_name: 445 p = file_name.partition(BINDINGS_PATH)
|