Home
last modified time | relevance | path

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

/tools/testing/selftests/tc-testing/plugin-lib/
A DrootPlugin.py13 def pre_suite(self, testcount, testlist): member in SubPlugin
15 super().pre_suite(testcount, testlist)
A DvalgrindPlugin.py28 def pre_suite(self, testcount, testist): member in SubPlugin
31 super().pre_suite(testcount, testlist)
A DnsPlugin.py25 def pre_suite(self, testcount, testlist): member in SubPlugin
26 super().pre_suite(testcount, testlist)
/tools/testing/selftests/tc-testing/
A DTdcPlugin.py8 def pre_suite(self, testcount, testlist): member in TdcPlugin
A Dtdc.py131 pgn_inst.pre_suite(testcount, testidlist)
/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt30 def pre_suite(self, testcount, testidlist) # see "PRE_SUITE" below
52 post-suite method using this info passed in to the pre_suite method.

Completed in 813 milliseconds