Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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())
/kernel/linux/linux-6.6/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())

Completed in 2 milliseconds