Home
last modified time | relevance | path

Searched refs:test_time (Results 1 – 6 of 6) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
D__main__.py55 task_info.test_time = time.strftime(ReportConstant.time_format,
Dreporter_helper.py55 test_time = "test_time" variable in ReportConstant
289 ReportConstant.test_time, ReportConstant.execute_time]
293 test_time = "" variable in ExecInfo
464 exec_info.test_time = "%s/ %s" % (start_time, end_time)
Dresult_reporter.py247 ReportConstant.start_time: self.task_info.test_time,
402 self.exec_info.test_time, self.exec_info.execute_time)
/test/testfwk/developer_test/src/core/command/
Ddistribute_utils.py68 exec_info.test_time = start_time
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
Dparser.py429 self.test_time = 0
446 suite_result.run_time = self.test_time
484 self.test_time = float(message.replace(",", "")) * 1000
1064 self.test_time = 0
1124 self.test_time = int(self.current_value)
1241 suite_result.run_time = self.test_time
1345 current_suite.run_time = self.test_time
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py305 task_info.test_time = task.config.start_time