Home
last modified time | relevance | path

Searched refs:summary_path (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CameraITS/tools/
Drun_all_tests.py175 summary_path = os.path.join(topdir, camera_id, "summary.txt")
176 with open(summary_path, "w") as f:
178 its.device.report_result(device_id, camera_id, result, summary_path)
/cts/apps/CameraITS/pymodules/its/
Ddevice.py681 def report_result(device_id, camera_id, success, summary_path=None): argument
695 if summary_path is not None:
697 adb, summary_path, device_summary_path))