Lines Matching full:folder
46 # Timeout in minutes for upload attempts for a given folder.
54 """A class contains the information of a folder storing csv files to be
69 @param perf_csv_folder: Path of the folder contains csv files in test
86 """Get the url to the folder storing csv files in GS.
88 The url can be formulated based on csv folder, test_name and hostname.
97 """Download the folder containing csv files to the given dest_dir.
102 downloaded folder.
120 """Upload the folder to cns.
126 # File in cns is stored under folder with format of:
248 for folder in folders:
250 logging.info('Uploading folder: %s', folder)
251 folder.upload()
256 failed_folders.append(folder)
257 logging.error('Failed to upload folder %s, error: %s',
258 folder, e)
262 min_test_attribute_id = min([folder.test_attribute_id for folder in
265 min_test_attribute_id = max([folder.test_attribute_id for folder in