Home
last modified time | relevance | path

Searched refs:ReportConst (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py31 from _core.constants import ReportConst
613 params[ReportConst.session_id], params[ReportConst.command], \
614 params[ReportConst.report_path], \
615 … [(module, failed) for module, case_list in params[ReportConst.unsuccessful_params].items()
698 …history_command, history_report_path = params[ReportConst.command], params[ReportConst.report_path]
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dconcurrent.py32 from _core.constants import ReportConst
351 failed_list = params[ReportConst.unsuccessful_params].get(module_name, [])
353 failed_list = params[ReportConst.unsuccessful_params].get(module_name, [])
355 … failed_list = params[ReportConst.unsuccessful_params].get(str(module_name).split(".")[0], [])
514 report_data_dict = dict(params[ReportConst.data_reports])
Dscheduler.py62 from _core.constants import ReportConst
650 if not params or not params[ReportConst.data_reports]:
654 report_data_dict = dict(params[ReportConst.data_reports])
1226 if params and params[ReportConst.unsuccessful_params]:
1227 if dict(params[ReportConst.unsuccessful_params]).get(
1230 elif dict(params[ReportConst.unsuccessful_params]).get(
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py308 class ReportConst(object): class
/test/testfwk/xdevice/src/xdevice/
D__init__.py55 from _core.constants import ReportConst