Home
last modified time | relevance | path

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

/external/autotest/client/cros/image_comparison/
Dverifier.py49 def verify(self, golden_image_paths, test_image_paths): argument
62 if type(test_image_paths) is not list:
63 test_image_paths = [test_image_paths]
73 for g_image, t_image in zip(golden_image_paths, test_image_paths):
/external/toolchain-utils/
Dweekly_report.py65 def Generate_Test_File(test_image_paths, vanilla_image_path, board, remote, argument
104 for test_path in test_image_paths: