Home
last modified time | relevance | path

Searched refs:tests (Results 1 - 25 of 48) sorted by relevance

12

/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
H A Dlistener.py44 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 Dlistener.py47 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 Dabs.py125 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 Drepeater_helper.py42 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 Dresult_reporter.py66 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 Dsuite_reporter.py167 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 Dcpp_driver_lite.py225 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 Dcpp_driver.py187 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 DReportExtend.js33 report.tests++;
34 suiteReport.tests++;
79 tests: 0,
89 tests: 0,
/test/testfwk/developer_test/src/core/driver/
H A Dopenharmony.py113 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 Dtest_runner.py240 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 Drun.py34 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 Dcase05_init001.py27 self.tests = [
H A Dcase01_listen001.py29 self.tests = [
H A Dcase02_load001.py28 self.tests = [
H A Dcase03_get001.py28 self.tests = [
H A Dcase04_get002.py28 self.tests = [
H A Dcase06_commonevent001.py28 self.tests = [
H A Dcase15_dysaprofile004.py29 self.tests = [
H A Dcase17_dysaprofile002.py28 self.tests = [
H A Dcase16_dysaprofile001.py29 self.tests = [
H A Dcase23_process002.py28 self.tests = [
H A Dcase22_process001.py28 self.tests = [
H A Dcase14_dysaprofile003.py29 self.tests = [
H A Dcase25_selinux001.py29 self.tests = [

Completed in 13 milliseconds

12