Searched refs:tests (Results 1 - 25 of 48) sorted by relevance
12
| /test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
| H A D | listener.py | 44 self.tests = [] 52 if test not in self.tests: 53 self.tests.append(test) 67 if test not in self.tests: 68 self.tests.append(test) 71 return self.tests 81 self.tests = [] 94 if test not in self.tests: 95 self.tests.append(test) 107 return self.tests [all...] |
| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| H A D | listener.py | 47 def remove_test(cls, tests, execute_tests): 49 if execute_test in tests: 50 tests.remove(execute_test) 51 return tests 66 LOG.debug("Start test suite [{}] with {} tests" 137 self.result[-1][1].extend(list(self.tests.values())) 142 list(self.tests.values()))) 147 list(self.tests.values()))) 148 results = [(suite, list(self.tests.values()))] 151 self.tests [all...] |
| H A D | abs.py | 125 self.tests = dict() 143 if test_result.index in self.tests: 144 return self.tests.get(test_result.index) 150 return self.tests.setdefault(rid, test) 152 return self.tests.get(self.current_test_id) 182 suite.test_num = max(test_result.test_num, len(self.tests))
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| H A D | repeater_helper.py | 42 total = int(suite.attrib.get(ReportConstant.tests, 0)) 61 [ReportConstant.tests, ReportConstant.ignored, 64 root_tree.attrib.update({ReportConstant.tests: "0"}) 85 tests = int( 86 modules[uuid].attrib.get(ReportConstant.tests, 0)) + 1 87 modules[uuid].attrib[ReportConstant.tests] = str(tests)
|
| H A D | result_reporter.py | 66 self.tests = 0 78 f"total: {self.tests}, passed: {self.passed}, failed: {self.failed}, " 84 "tests": self.tests, 284 self.summary.tests += module.tests 323 "tests": module.tests, 329 "passingrate": calculate_percent(module.passed, module.tests), 345 "tests" [all...] |
| H A D | suite_reporter.py | 167 ReportConstant.tests: 0, 179 ReportConstant.tests, 208 test_suite_attributes.get(ReportConstant.tests) - 255 ReportConstant.tests: suite_result.test_num,
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| H A D | cpp_driver_lite.py | 225 tests = [] 226 return tests 227 tests = self.read_nfs_xml(request, self.config.device_xml_path) 229 return tests 249 if parser_instances[0].tests and \ 250 len(parser_instances[0].tests) > 0: 252 for item in parser_instances[0].tests: 257 tests = parser_instances[0].tests 258 if not tests [all...] |
| H A D | cpp_driver.py | 187 LOG.debug("No tests to re-run, all tests executed at least " 195 tests = [] 197 tests.append("%s.%s" % (test.class_name, test.test_name)) 198 self.runner.add_instrumentation_arg("gtest_filter", ":".join(tests)) 279 return parser_instances[0].tests
|
| /test/testfwk/arkxtest/jsunit/src/module/report/ |
| H A D | ReportExtend.js | 33 report.tests++; 34 suiteReport.tests++; 79 tests: 0, 89 tests: 0,
|
| /test/testfwk/developer_test/src/core/driver/ |
| H A D | openharmony.py | 113 return parser_instances[0].tests 389 LOG.debug("No tests to re-run twice,please check") 398 tests = [] 400 tests.append("%s#%s" % (test.class_name, test.test_name)) 401 self.runner.add_arg("class", ",".join(tests)) 410 LOG.debug("No tests to re-run third,please check") 419 tests = [] 421 tests.append("%s#%s" % (test.class_name, test.test_name)) 422 self.runner.add_arg("class", ",".join(tests))
|
| /test/testfwk/xdevice/plugins/devicetest/runner/ |
| H A D | test_runner.py | 240 tests = "__init__" 257 tests = test_cls_instance.tests 308 case_name, tests, case_result, start_time, error_msg, report_path, 312 def record_current_case_result(self, case_name, tests, case_result, 315 case_name, tests, case_result, start_time, error_msg, report, **kwargs)
|
| /foundation/arkui/ace_engine/test/unittest/scripts/ |
| H A D | run.py | 34 tests = root.attrib.get("tests")
38 "total_count": tests,
138 code_path = os.path.join(code_path, "out/rk3568/clang_x64/tests/unittest/ace_engine")
|
| /foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
| H A D | case05_init001.py | 27 self.tests = [
|
| H A D | case01_listen001.py | 29 self.tests = [
|
| H A D | case02_load001.py | 28 self.tests = [
|
| H A D | case03_get001.py | 28 self.tests = [
|
| H A D | case04_get002.py | 28 self.tests = [
|
| H A D | case06_commonevent001.py | 28 self.tests = [
|
| H A D | case15_dysaprofile004.py | 29 self.tests = [
|
| H A D | case17_dysaprofile002.py | 28 self.tests = [
|
| H A D | case16_dysaprofile001.py | 29 self.tests = [
|
| H A D | case23_process002.py | 28 self.tests = [
|
| H A D | case22_process001.py | 28 self.tests = [
|
| H A D | case14_dysaprofile003.py | 29 self.tests = [
|
| H A D | case25_selinux001.py | 29 self.tests = [
|
Completed in 13 milliseconds
12