Home
last modified time | relevance | path

Searched refs:RunResult (Results 1 - 10 of 10) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py23 from devicetest.core.constants import RunResult namespace
75 self.case_result = RunResult.PASSED # 当前用例执行结果
87 self.step_result = RunResult.PASSED # 当前步骤执行结果
211 if self.case_result == RunResult.PASSED:
212 self.set_case_result(RunResult.FAILED)
213 if self.test_method.result == RunResult.PASSED:
214 self.test_method.set_result(RunResult.FAILED)
300 self.result = RunResult.PASSED
308 self.result = result or RunResult.PASSED
320 self.result = RunResult
[all...]
H A Dtest_case.py50 from devicetest.core.constants import RunResult namespace
100 self.result = RunResult.PASSED
101 self.last_result = RunResult.PASSED
102 self.test_method_result = RunResult.PASSED
126 def _print_error(self, error: str, result: RunResult = RunResult.FAILED,
130 result: RunResult, RunResult class variables
222 and self.test_method_result == RunResult.PASSED:
224 self.print_case_result(test_name, RunResult
[all...]
H A Dreport.py25 from devicetest.core.constants import RunResult namespace
105 if result != RunResult.PASSED:
155 if result != RunResult.PASSED:
H A Dresult_upload.py18 from devicetest.core.constants import RunResult namespace
49 if test_results[-1].get("result").strip() == RunResult.FAILED \
H A Dconstants.py40 class RunResult(object): class
/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Drun_result.py26 class RunResult(): class
88 f.write(RunResult.filter_log(render_detail(self.crash_info)))
90 f.write(RunResult.filter_log(self.crash_info["backtrace"]))
95 res_obj = RunResult(0, "OK")
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py37 from devicetest.core.constants import RunResult namespace
241 case_result = RunResult.FAILED
333 "result": result or RunResult.FAILED,
459 status_dict = {RunResult.PASSED: ResultCode.PASSED,
460 RunResult.FAILED: ResultCode.FAILED,
461 RunResult.BLOCKED: ResultCode.BLOCKED,
H A Dprepare.py25 from devicetest.core.constants import RunResult namespace
127 self.cur_case.case_result = RunResult.PASSED
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H A Dtest_suite.py34 from devicetest.core.constants import RunResult namespace
150 "result": RunResult.BLOCKED,
324 case_result = RunResult.FAILED
342 case_result = RunResult.BLOCKED
/test/testfwk/developer_test/libs/fuzzlib/
H A Dfuzzer_helper.py40 from tools.run_result import RunResult namespace

Completed in 6 milliseconds