Teach the devserver to stage factory images.
Changes to the devserver that allow us to stage images
from the factory branch.
TEST=Staged factory images and reimaged a device.
BUG=chromium:252503
Change-Id: I51f710996e63b4a8d3a772688cdc5643a423b511
Reviewed-on: https://gerrit.chromium.org/gerrit/64034
Commit-Queue: Prashanth Balasubramanian <beeps@chromium.org>
Reviewed-by: Prashanth Balasubramanian <beeps@chromium.org>
Tested-by: Prashanth Balasubramanian <beeps@chromium.org>
diff --git a/devserver_constants.py b/devserver_constants.py
index 235f17d..623ad78 100644
--- a/devserver_constants.py
+++ b/devserver_constants.py
@@ -20,6 +20,7 @@
AUTOTEST_DIR = 'autotest'
BASE_IMAGE_FILE = 'chromiumos_base_image.bin'
IMAGE_FILE = 'chromiumos_image.bin'
+FACTORY_IMAGE_FILE = 'factory_test/chromiumos_factory_image.bin'
RECOVERY_IMAGE_FILE = 'recovery_image.bin'
STATEFUL_UPDATE_FILE = 'stateful.tgz'
TEST_IMAGE_FILE = 'chromiumos_test_image.bin'