Home
last modified time | relevance | path

Searched refs:expected_content (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_coverage.py220 …st_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_content): argument
247 pattern = re.compile(expected_content)
299 …overage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expected_content): argument
316 assert re.search(expected_content, caplog.text), f'{cov_tool} line not found'
325 def test_gcov_tool(self, capfd, test_path, test_platforms, out_path, expected_content): argument
341 for line in expected_content:
Dtest_report.py467 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
493 for line in expected_content:
516 for line in expected_content:
/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py137 expected_content argument
152 …verlay(platform, enable_asan, enable_ubsan, enable_coverage, coverage_platform) == expected_content