Home
last modified time | relevance | path

Searched refs:DeccVariable (Results 1 - 7 of 7) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py53 from devicetest.core.variables import DeccVariable namespace
516 DeccVariable.set_project_obj(self.project)
517 self.cur_case = DeccVariable.cur_case()
586 self.cur_case = DeccVariable.cur_case()
690 if DeccVariable.cur_case().test_method.func_ret:
692 DeccVariable.cur_case().test_method.func_ret.clear()
786 cur_case = DeccVariable.cur_case()
790 DeccVariable.cur_case().auto_record_steps_info = flag
818 cur_case = DeccVariable.cur_case()
853 return DeccVariable
[all...]
H A Dvariables.py38 DeccVariable.project.resource_path = resource_path
42 return DeccVariable.project.test_suite_path
51 if DeccVariable.project.project_path:
52 return DeccVariable.project.project_path
466 class DeccVariable: class
473 log.info("init DeccVariable project object")
478 log.info("init DeccVariable cur case object")
493 log.info("reset DeccVariable")
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py21 from devicetest.core.variables import DeccVariable namespace
69 base_path = DeccVariable.cur_case().case_screenshot_dir
70 return os.path.join(base_path, DeccVariable.cur_case().suite_name, DeccVariable.cur_case().name)
89 DeccVariable.cur_case().image_num, ext)
93 DeccVariable.cur_case().video_num, ext)
100 DeccVariable.cur_case().dump_xml_num, ext)
104 DeccVariable.cur_case().image_num += 1
106 DeccVariable.cur_case().video_num += 1
109 DeccVariable
[all...]
/test/testfwk/xdevice/plugins/devicetest/log/
H A Dvariables.py20 from devicetest.core.variables import DeccVariable namespace
26 ReportDir = DeccVariable.project.task_report_dir
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H A Dtest_suite.py38 from devicetest.core.variables import DeccVariable namespace
194 DeccVariable.reset()
439 DeccVariable.cur_case().set_name(case_name)
452 DeccVariable.set_cur_case_obj(self.cur_case)
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dfile_util.py109 from devicetest.core.variables import DeccVariable namespace
111 folder = os.path.abspath(DeccVariable.project.resource_path)
119 folder = os.path.abspath(DeccVariable.project.test_suite_path)
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py42 from devicetest.core.variables import DeccVariable namespace
215 DeccVariable.reset()
250 DeccVariable.set_cur_case_obj(self.cur_case)

Completed in 5 milliseconds