Home
last modified time | relevance | path

Searched refs:post_suite (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
H A DbuildebpfPlugin.py25 def post_suite(self, index): member in SubPlugin
26 super().post_suite(index)
H A DvalgrindPlugin.py36 def post_suite(self, index): member in SubPlugin
38 super().post_suite(index)
40 print('{}.post_suite'.format(self.sub_class))
H A DnsPlugin.py24 def post_suite(self, index): member in SubPlugin
26 super().post_suite(index)
28 print('{}.post_suite'.format(self.sub_class))
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H A DbuildebpfPlugin.py25 def post_suite(self, index): member in SubPlugin
26 super().post_suite(index)
H A DnsPlugin.py24 def post_suite(self, index): member in SubPlugin
26 super().post_suite(index)
28 print('{}.post_suite'.format(self.sub_class))
H A DvalgrindPlugin.py36 def post_suite(self, index): member in SubPlugin
38 super().post_suite(index)
40 print('{}.post_suite'.format(self.sub_class))
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py15 def post_suite(self, index): member in TdcPlugin
19 print(' -- {}.post_suite'.format(self.sub_class))
H A Dtdc.py123 pgn_inst.post_suite(index)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py15 def post_suite(self, index): member in TdcPlugin
19 print(' -- {}.post_suite'.format(self.sub_class))
H A Dtdc.py123 pgn_inst.post_suite(index)

Completed in 5 milliseconds