Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/tc-testing/
DTdcPlugin.py8 def pre_suite(self, testcount, testlist): argument
10 self.testcount = testcount
Dtdc.py129 def call_pre_suite(self, testcount, testidlist): argument
131 pgn_inst.pre_suite(testcount, testidlist)
/linux-6.12.1/tools/testing/selftests/tc-testing/plugin-lib/
DrootPlugin.py13 def pre_suite(self, testcount, testlist): argument
15 super().pre_suite(testcount, testlist)
DvalgrindPlugin.py28 def pre_suite(self, testcount, testist): argument
31 super().pre_suite(testcount, testlist)
35 self._add_to_tap('1..{}\n'.format(self.testcount))
43 for xx in range(index - 1, self.testcount):
DnsPlugin.py25 def pre_suite(self, testcount, testlist): argument
26 super().pre_suite(testcount, testlist)
/linux-6.12.1/block/partitions/
Dibm.c115 int i, testcount; in find_label() local
133 testcount = 1; in find_label()
138 testcount = 3; in find_label()
140 for (i = 0; i < testcount; ++i) { in find_label()
/linux-6.12.1/tools/testing/selftests/tc-testing/creating-plugins/
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.12.1/tools/power/pm-graph/
Dsleepgraph.py2921 def createZoomBox(self, mode='command', testcount=1): argument
2928 if testcount > 1:
4960 def addCSS(hf, sv, testcount=1, kerror=False, extra=''): argument
4980 if testcount > 1: