Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTdcResults.py69 def count_tests(self): member in TestSuiteReport
91 ftap += '1..{}\n'.format(self.count_tests())
112 …xunit += '\t<testsuite tests=\"{}\" skips=\"{}\">\n'.format(self.count_tests(), self.count_skips())