Searched refs:full_report (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 2850 self.xunit_report(filename + ".xml", full_report=False, 2852 self.xunit_report(filename + "_report.xml", full_report=True, 3429 self.xunit_report(filename, platform, full_report=True, 3444 def xunit_report(self, filename, platform=None, full_report=False, append=False, version="NA"): argument 3471 if full_report and instance.run: 3538 if full_report: 3544 if full_report:
|