Searched refs:pre_suite (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/selftests/tc-testing/plugin-lib/ |
D | rootPlugin.py | 13 def pre_suite(self, testcount, testlist): member in SubPlugin 15 super().pre_suite(testcount, testlist)
|
D | valgrindPlugin.py | 28 def pre_suite(self, testcount, testist): member in SubPlugin 31 super().pre_suite(testcount, testlist)
|
D | nsPlugin.py | 25 def pre_suite(self, testcount, testlist): member in SubPlugin 26 super().pre_suite(testcount, testlist)
|
/linux-6.12.1/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 8 def pre_suite(self, testcount, testlist): member in TdcPlugin
|
D | tdc.py | 131 pgn_inst.pre_suite(testcount, testidlist)
|
/linux-6.12.1/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 30 def pre_suite(self, testcount, testidlist) # see "PRE_SUITE" below 52 post-suite method using this info passed in to the pre_suite method.
|