Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
H A DTdcResults.py70 def count_tests(self): member in TestSuiteReport
92 ftap += '1..{}\n'.format(self.count_tests())
113 …xunit += '\t<testsuite tests=\"{}\" skips=\"{}\">\n'.format(self.count_tests(), self.count_skips())
/linux/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh17 count_tests() { function