Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/tc-testing/plugin-lib/
DrootPlugin.py13 def pre_suite(self, testcount, testlist): member in SubPlugin
15 super().pre_suite(testcount, testlist)
DvalgrindPlugin.py28 def pre_suite(self, testcount, testist): member in SubPlugin
31 super().pre_suite(testcount, testlist)
DnsPlugin.py25 def pre_suite(self, testcount, testlist): member in SubPlugin
26 super().pre_suite(testcount, testlist)
/linux-6.12.1/tools/testing/selftests/tc-testing/
DTdcPlugin.py8 def pre_suite(self, testcount, testlist): member in TdcPlugin
Dtdc.py131 pgn_inst.pre_suite(testcount, testidlist)
/linux-6.12.1/tools/testing/selftests/tc-testing/creating-plugins/
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.