Home
last modified time | relevance | path

Searched refs:report_filtered (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_report.py399 def test_report_filtered(self, out_path, test_path, report_filtered, expected_filtered_count): argument
402 (['--report-filtered'] if report_filtered else []) + \
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py318 if instance.status == TwisterStatus.FILTER and not self.env.options.report_filtered: