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

Unified Diff: bin/cros_au_test_harness.py

Issue 6135002: Add simple update test to pfq. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 years, 11 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
Index: bin/cros_au_test_harness.py
diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py
index 5a0182c4815812a99af29a0655e34456917b87f8..1a9612b7672076224a2262e7ebf2f9ce0137359e 100755
--- a/bin/cros_au_test_harness.py
+++ b/bin/cros_au_test_harness.py
@@ -378,7 +378,7 @@ class AUTest(object):
run using test_prefix option.
"""
self.PrepareBase(self.target_image_path)
- self._UpdateImage(self.target_image_path)
+ self.PerformUpdate(self.target_image_path, self.target_image_path)
self.VerifyImage(100)

Powered by Google App Engine
This is Rietveld 408576698