Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py13 def pre_suite(self, testcount, testidlist): member in SubPlugin
15 super().pre_suite(testcount, testidlist)
H A DbuildebpfPlugin.py19 def pre_suite(self, testcount, testidlist): member in SubPlugin
20 super().pre_suite(testcount, testidlist)
H A DnsPlugin.py15 def pre_suite(self, testcount, testidlist): member in SubPlugin
17 super().pre_suite(testcount, testidlist)
H A DvalgrindPlugin.py28 def pre_suite(self, testcount, testidlist): member in SubPlugin
30 super().pre_suite(testcount, testidlist)
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py8 def pre_suite(self, testcount, testidlist): member in TdcPlugin
H A Dtdc.py119 pgn_inst.pre_suite(testcount, testidlist)
/openbmc/linux/tools/testing/selftests/tc-testing/creating-plugins/
H 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.