Home
last modified time | relevance | path

Searched refs:post_suite (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py25 def post_suite(self, index): member in SubPlugin
26 super().post_suite(index)
DnsPlugin.py24 def post_suite(self, index): member in SubPlugin
26 super().post_suite(index)
DvalgrindPlugin.py36 def post_suite(self, index): member in SubPlugin
38 super().post_suite(index)
/linux-5.19.10/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt31 def post_suite(self, ordinal) # see "SKIPPING" below
47 and the post_suite method can refer to it when dumping the "skipped"
57 The post_suite method will receive the ordinal number of the last
/linux-5.19.10/tools/testing/selftests/tc-testing/
DTdcPlugin.py15 def post_suite(self, index): member in TdcPlugin
Dtdc.py123 pgn_inst.post_suite(index)