Searched refs:testcount (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/tc-testing/ | 
| D | TdcPlugin.py | 8     def pre_suite(self, testcount, testidlist):  argument10         self.testcount = testcount
 
 | 
| D | tdc.py | 117     def call_pre_suite(self, testcount, testidlist):  argument119             pgn_inst.pre_suite(testcount, testidlist)
 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/ | 
| D | rootPlugin.py | 13     def pre_suite(self, testcount, testidlist):  argument15         super().pre_suite(testcount, testidlist)
 
 | 
| D | valgrindPlugin.py | 28     def pre_suite(self, testcount, testidlist):  argument30         super().pre_suite(testcount, testidlist)
 34             self._add_to_tap('1..{}\n'.format(self.testcount))
 42         for xx in range(index - 1, self.testcount):
 
 | 
| D | buildebpfPlugin.py | 19     def pre_suite(self, testcount, testidlist):  argument20         super().pre_suite(testcount, testidlist)
 
 | 
| D | nsPlugin.py | 15     def pre_suite(self, testcount, testidlist):  argument17         super().pre_suite(testcount, testidlist)
 
 | 
| /Linux-v5.4/block/partitions/ | 
| D | ibm.c | 78 	int i, testcount;  in find_label()  local94 		testcount = 1;  in find_label()
 99 		testcount = 3;  in find_label()
 101 	for (i = 0; i < testcount; ++i) {  in find_label()
 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/creating-plugins/ | 
| D | AddingPlugins.txt | 30     def pre_suite(self, testcount, testidlist)     # see "PRE_SUITE" below43 This method takes a testcount (number of tests to be run) and
 
 | 
| /Linux-v5.4/tools/power/pm-graph/ | 
| D | sleepgraph.py | 2612 	def createZoomBox(self, mode='command', testcount=1):  argument2619 			if testcount > 1:
 4565 def addCSS(hf, sv, testcount=1, kerror=False, extra=''):  argument
 4585 	if testcount > 1:
 
 |