Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(895)

Unified Diff: lib/cros_vm_constants.sh

Issue 5174009: Add support for saving VM state when a test fails. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/cros_vm_constants.sh
diff --git a/lib/cros_vm_constants.sh b/lib/cros_vm_constants.sh
index dc5313c4cdad728f1bdffb2c249f59c785ed5701..91a03d4fba0f9ec3fb74bc0c51e4e910f0560d8e 100644
--- a/lib/cros_vm_constants.sh
+++ b/lib/cros_vm_constants.sh
@@ -10,7 +10,8 @@ DEFAULT_VMDK="ide.vmdk"
DEFAULT_VMX="chromiumos.vmx"
DEFAULT_VBOX_DISK="os.vdi"
DEFAULT_QEMU_IMAGE="chromiumos_qemu_image.bin"
+DEFAULT_QEMU_COW_IMAGE="chromiumos_qemu_image.qcow2"
# Minimum sizes for full size vm images -- needed for update.
MIN_VDISK_SIZE_FULL=6072
-MIN_STATEFUL_FS_SIZE_FULL=3072
+MIN_STATEFUL_FS_SIZE_FULL=3072
« bin/cros_run_vm_test ('K') | « image_to_vm.sh ('k') | lib/cros_vm_lib.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698