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

/linux-master/tools/testing/selftests/tc-testing/
H A DTdcResults.py70 def count_tests(self): member in class:TestSuiteReport
92 ftap += '1..{}\n'.format(self.count_tests())
113 xunit += '\t<testsuite tests=\"{}\" skips=\"{}\">\n'.format(self.count_tests(), self.count_skips())
/linux-master/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh17 count_tests() { function
42 ktap_set_plan "$(count_tests "$supplies")"
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py243 def count_tests(device_trees): function
293 ksft.set_plan(count_tests(device_trees))

Completed in 98 milliseconds