blob: d63a61de5acd045b03895e3220b6cc0f6ad21797 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Module contains constants shared across all other devserver modules."""
#### Google Storage locations and names. ####
# TODO (joyc) move the google storage filenames of artfacts here
GOOGLE_STORAGE_IMAGE_DIR = 'gs://chromeos-image-archive'
#### Local storage locations and names. ####
AUTOTEST_DIR = 'autotest'
ROOT_UPDATE_FILE = 'update.gz'
IMAGE_FILE = "chromiumos_image.bin"
BASE_IMAGE_FILE = 'chromiumos_base_image.bin'
TEST_IMAGE_FILE = 'chromiumos_test_image.bin'
RECOVERY_IMAGE_FILE = 'recovery_image.bin'