Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/tc-testing/
DTdcPlugin.py8 def pre_suite(self, testcount, testidlist): argument
11 self.testidlist = testidlist
Dtdc.py117 def call_pre_suite(self, testcount, testidlist): argument
119 pgn_inst.pre_suite(testcount, testidlist)
/linux-5.19.10/tools/testing/selftests/tc-testing/plugin-lib/
DrootPlugin.py13 def pre_suite(self, testcount, testidlist): argument
15 super().pre_suite(testcount, testidlist)
DbuildebpfPlugin.py19 def pre_suite(self, testcount, testidlist): argument
20 super().pre_suite(testcount, testidlist)
DvalgrindPlugin.py28 def pre_suite(self, testcount, testidlist): argument
30 super().pre_suite(testcount, testidlist)
43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped')
DnsPlugin.py15 def pre_suite(self, testcount, testidlist): argument
17 super().pre_suite(testcount, testidlist)
/linux-5.19.10/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt30 def pre_suite(self, testcount, testidlist) # see "PRE_SUITE" below
44 testidlist (array of test ids for tests that will be run). This is