Home
last modified time | relevance | path

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

/scripts/tests/twister_blackbox/
A Dtest_coverage.py219 …st_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_content): argument
246 pattern = re.compile(expected_content)
298 …overage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expected_content): argument
315 assert re.search(expected_content, caplog.text), f'{cov_tool} line not found'
324 def test_gcov_tool(self, capfd, test_path, test_platforms, out_path, expected_content): argument
340 for line in expected_content:
A Dtest_report.py466 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
492 for line in expected_content:
515 for line in expected_content:
/scripts/tests/twister/
A Dtest_testinstance.py137 expected_content argument
152 …verlay(platform, enable_asan, enable_ubsan, enable_coverage, coverage_platform) == expected_content
680 …ness_config(class_testplan, all_testsuites_dict, platforms_list, harness_config, expected_content): argument
688 assert testinstance.create_overlay(platform) == expected_content

Completed in 8 milliseconds