Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py22 def post_suite(self, index): member in SubPlugin
24 super().post_suite(index)
DvalgrindPlugin.py34 def post_suite(self, index): member in SubPlugin
36 super().post_suite(index)
/Linux-v4.19/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-v4.19/tools/testing/selftests/tc-testing/
DTdcPlugin.py15 def post_suite(self, index): member in TdcPlugin
Dtdc.py61 pgn_inst.post_suite(index)