Home
last modified time | relevance | path

Searched refs:report_vars (Results 1 – 8 of 8) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
Dencrypt.py36 if Variables.report_vars.pub_key_string:
37 return Variables.report_vars.pub_key_string
39 if Variables.report_vars.pub_key_file is not None:
40 if Variables.report_vars.pub_key_file == "":
42 if not os.path.exists(Variables.report_vars.pub_key_file):
43 Variables.report_vars.pub_key_file = None
49 Variables.report_vars.pub_key_file = pub_key_path
54 Variables.report_vars.pub_key_file = pub_key_path
56 Variables.report_vars.pub_key_file = ""
57 return Variables.report_vars.pub_key_file
[all …]
/test/testfwk/xdevice/src/xdevice/
Dvariables.py54 report_vars = ReportVariables() variable in Variables
75 Variables.report_vars.log_dir = "log"
76 Variables.report_vars.report_dir = "reports"
77 Variables.report_vars.log_format = \
79 Variables.report_vars.log_level = logging.INFO
80 Variables.report_vars.log_handler = "console, file"
133 Variables.report_vars.report_dir,
134 Variables.report_vars.log_dir)
141 tool_logger_plugin.__initial__(Variables.report_vars.log_handler,
143 Variables.report_vars.log_level,
[all …]
/test/testfwk/xdevice/src/xdevice/_core/executor/
Drequest.py88 Variables.report_vars.report_dir,
93 log_path = os.path.join(report_path, Variables.report_vars.log_dir)
/test/testfwk/xdevice/src/xdevice/_core/
Dlogger.py103 Variables.report_vars.log_format))
124 Variables.report_vars.log_format))
Dutils.py400 log_path = os.path.join(report_path, Variables.report_vars.log_dir, module_name)
402 log_path = os.path.join(report_path, Variables.report_vars.log_dir)
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py671 Variables.exec_dir, Variables.report_vars.report_dir, session)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit_lite.py546 Variables.report_vars.report_dir,
/test/testfwk/developer_test/src/core/driver/
Ddrivers.py128 log_path = os.path.join(report_path, Variables.report_vars.log_dir)