Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
A DTdcPlugin.py8 def pre_suite(self, testcount, testidlist): argument
11 self.testidlist = testidlist
A Dtdc.py117 def call_pre_suite(self, testcount, testidlist): argument
119 pgn_inst.pre_suite(testcount, testidlist)
/linux/tools/testing/selftests/tc-testing/plugin-lib/
A DrootPlugin.py13 def pre_suite(self, testcount, testidlist): argument
15 super().pre_suite(testcount, testidlist)
A 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')
A DbuildebpfPlugin.py19 def pre_suite(self, testcount, testidlist): argument
20 super().pre_suite(testcount, testidlist)
A DnsPlugin.py15 def pre_suite(self, testcount, testidlist): argument
17 super().pre_suite(testcount, testidlist)
/linux/tools/testing/selftests/tc-testing/creating-plugins/
A 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

Completed in 8 milliseconds