Searched refs:testidlist (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 8 def pre_suite(self, testcount, testidlist): argument 11 self.testidlist = testidlist
|
D | tdc.py | 55 def call_pre_suite(self, testcount, testidlist): argument 57 pgn_inst.pre_suite(testcount, testidlist)
|
/Linux-v4.19/tools/testing/selftests/tc-testing/plugin-lib/ |
D | rootPlugin.py | 13 def pre_suite(self, testcount, testidlist): argument 15 super().pre_suite(testcount, testidlist)
|
D | nsPlugin.py | 15 def pre_suite(self, testcount, testidlist): argument 17 super().pre_suite(testcount, testidlist)
|
D | valgrindPlugin.py | 26 def pre_suite(self, testcount, testidlist): argument 28 super().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 44 testidlist (array of test ids for tests that will be run). This is
|