Searched refs:testidlist (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/testing/selftests/tc-testing/ |
D | TdcPlugin.py | 8 def pre_suite(self, testcount, testidlist): argument 11 self.testidlist = testidlist
|
D | tdc.py | 117 def call_pre_suite(self, testcount, testidlist): argument 119 pgn_inst.pre_suite(testcount, testidlist)
|
/linux-6.6.21/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 | buildebpfPlugin.py | 19 def pre_suite(self, testcount, testidlist): argument 20 super().pre_suite(testcount, testidlist)
|
D | valgrindPlugin.py | 28 def pre_suite(self, testcount, testidlist): argument 30 super().pre_suite(testcount, testidlist) 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped')
|
D | nsPlugin.py | 15 def pre_suite(self, testcount, testidlist): argument 17 super().pre_suite(testcount, testidlist)
|
/linux-6.6.21/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
|