Lines Matching full:testsuite
53 for testsuite in element:
54 for testcase in testsuite['testcases']:
81 "name":testsuite['name'],
82 "path":testsuite['path'],
84 "runnable": testsuite['runnable'],
91 … if any(platform in testsuite['platform'] for platform in self.simulators):
104 test_suite['platforms'].append(testsuite['platform'])
123 "name":testsuite['name'],
124 "path":testsuite['path'],
126 "runnable": testsuite['runnable'],
133 … if any(platform in testsuite['platform'] for platform in self.simulators):
146 test_suite['platforms'].append(testsuite['platform'])
154 if testsuite['name'] == i_testsuite['name']:
160 "name":testsuite['name'],
161 "path":testsuite['path'],
163 "runnable": testsuite['runnable'],
170 … if any(platform in testsuite['platform'] for platform in self.simulators):
183 test_suite['platforms'].append(testsuite['platform'])
186 … if any(platform in testsuite['platform'] for platform in self.simulators):