Searched refs:zip_location (Results 1 – 1 of 1) sorted by relevance
83 def create_acts_package_from_zip(test_station, zip_location, target_zip_file): argument95 if not os.path.isabs(zip_location):96 zip_location = os.path.join(CONFIG_FOLDER_LOCATION, 'acts_artifacts',97 zip_location)99 test_station.send_file(zip_location, target_zip_file)