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

Unified Diff: bin/cros_run_vm_update

Issue 3619009: Add ability to test machines with au test harness. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Add todo and disable test Created 10 years, 2 months 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
« no previous file with comments | « bin/cros_au_test_harness.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_run_vm_update
diff --git a/bin/cros_run_vm_update b/bin/cros_run_vm_update
index ea1ae5e9b9f80a50e49d7eeec890612cf3fda78a..517a2f01c529211a265e5c3229bc82d33d7d84e0 100755
--- a/bin/cros_run_vm_update
+++ b/bin/cros_run_vm_update
@@ -9,7 +9,7 @@
. "$(dirname $0)/../common.sh"
. "$(dirname $0)/../lib/cros_vm_lib.sh"
-DEFINE_string stateful_flags "" "Flags to pass to stateful update." s
+DEFINE_string stateful_update_flag "" "Flags to pass to stateful update." s
DEFINE_string update_image_path "" "Path of the image to update to." u
DEFINE_string vm_image_path "" "Path of the VM image to update from." v
@@ -30,7 +30,7 @@ start_kvm "${FLAGS_vm_image_path}"
$(dirname $0)/../image_to_live.sh \
--remote=${HOSTNAME} \
--ssh_port=${FLAGS_ssh_port} \
- --stateful_update_flag=${stateful_flags} \
+ --stateful_update_flag=${FLAGS_stateful_update_flag} \
--verify \
--image=$(readlink -f ${FLAGS_update_image_path})
« no previous file with comments | « bin/cros_au_test_harness.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698