Searched refs:pre_suite (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/testing/selftests/tc-testing/plugin-lib/ |
D | rootPlugin.py | 13 def pre_suite(self, testcount, testidlist): member in SubPlugin 15 super().pre_suite(testcount, testidlist)
|
D | nsPlugin.py | 15 def pre_suite(self, testcount, testidlist): member in SubPlugin 17 super().pre_suite(testcount, testidlist)
|
D | valgrindPlugin.py | 26 def pre_suite(self, testcount, testidlist): member in SubPlugin 28 super().pre_suite(testcount, testidlist)
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 8 def pre_suite(self, testcount, testidlist): member in TdcPlugin
|
D | tdc.py | 57 pgn_inst.pre_suite(testcount, testidlist)
|
/Linux-v4.19/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.
|