Searched refs:pre_suite (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py13 def pre_suite(self, testcount, testlist): member in class:SubPlugin
15 super().pre_suite(testcount, testlist)
H A DvalgrindPlugin.py28 def pre_suite(self, testcount, testist): member in class:SubPlugin
31 super().pre_suite(testcount, testlist)
33 print('{}.pre_suite'.format(self.sub_class))
H A DnsPlugin.py25 def pre_suite(self, testcount, testlist): member in class:SubPlugin
26 super().pre_suite(testcount, testlist)
/linux-master/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py8 def pre_suite(self, testcount, testlist): member in class:TdcPlugin
13 print(' -- {}.pre_suite'.format(self.sub_class))
H A Dtdc.py131 pgn_inst.pre_suite(testcount, testidlist)
490 print('Exception {} {} (caught in pre_suite).'.

Completed in 129 milliseconds