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