Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/tc-testing/
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-6.12.1/tools/testing/selftests/power_supply/
Dtest_power_supply_properties.sh17 count_tests() { function
/linux-6.12.1/tools/testing/selftests/devices/probe/
Dtest_discoverable_devices.py273 def count_tests(device_trees): function
323 ksft.set_plan(count_tests(device_trees))