Home | History | Annotate | Download | only in common

Lines Matching refs:GS

70     """Initialize with a cloud bucket instance to supply GS functionality.
79 """Uploads an image to a location in GS.
82 full_path: the path to the file in GS including the file extension.
89 """Downloads an image from a location in GS.
92 full_path: the path to the file in GS including the file extension.
103 """Updates an existing image in GS, preserving permissions and metadata.
106 full_path: the path to the file in GS including the file extension.
112 """Creates and uploads an expectation to GS from a set of images and name.
115 uploads the mask and first of the images to GS as a expectation.
135 """Runs an image comparison, and uploads discrepancies to GS.
167 """Returns the given expectation from GS.
176 cloud_bucket.NotFoundError: if the test is not found in GS.
185 """Returns whether the given expectation exists in GS.
228 """Uploads an ispy-test to GS with the pink_out workaround.
256 """Removes a failure from GS.
279 cloud_bucket.NotFoundError: if the result is not found in GS.
294 """Gets urls to all files in GS whose path starts with a given prefix.
297 prefix: the prefix to filter files in GS by.