Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GCS bucket where we store test data. Add a folder to this bucket // with the tests for a particular component. TEST_DATA_BUCKET = "skia-infra-testdata" )
Variables ¶
This section is empty.
Functions ¶
func DownloadTestDataArchive ¶
DownloadTestDataArchive downloads testfiles that are stored in a gz compressed tar archive and decompresses them into the provided target directory.
func DownloadTestDataFile ¶
DownloadTestDataFile downloads a file with test data from Google Storage. The uriPath identifies what to download from the test bucket in GCS. The content must be publicly accessible. The file will be downloaded and stored at provided target path (regardless of what the original name is). If the the uri ends with '.gz' it will be transparently unzipped.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.