Home
last modified time | relevance | path

Searched refs:testcount (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/tc-testing/
A DTdcPlugin.py8 def pre_suite(self, testcount, testidlist): argument
10 self.testcount = testcount
A Dtdc.py117 def call_pre_suite(self, testcount, testidlist): argument
119 pgn_inst.pre_suite(testcount, testidlist)
/linux-6.3-rc2/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)
34 self._add_to_tap('1..{}\n'.format(self.testcount))
42 for xx in range(index - 1, self.testcount):
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-6.3-rc2/block/partitions/
A Dibm.c78 int i, testcount; in find_label() local
94 testcount = 1; in find_label()
99 testcount = 3; in find_label()
101 for (i = 0; i < testcount; ++i) { in find_label()
/linux-6.3-rc2/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt30 def pre_suite(self, testcount, testidlist) # see "PRE_SUITE" below
43 This method takes a testcount (number of tests to be run) and
/linux-6.3-rc2/tools/power/pm-graph/
A Dsleepgraph.py2901 def createZoomBox(self, mode='command', testcount=1): argument
2908 if testcount > 1:
4937 def addCSS(hf, sv, testcount=1, kerror=False, extra=''): argument
4957 if testcount > 1:

Completed in 26 milliseconds