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

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: iRebased 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
« no previous file with comments | « bin/cbuildbot_config.py ('k') | image_to_live.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_au_test_harness.py
diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py
index 5d5b221760c0dab765dd10645ca088f2daf24681..aa9f77da12f0265fce30477aa6eadb472ae23952 100755
--- a/bin/cros_au_test_harness.py
+++ b/bin/cros_au_test_harness.py
@@ -358,12 +358,12 @@ class AUTest(object):
self._AttemptUpdateWithFilter(DelayedFilter())
def SimpleTest(self):
- """A simple update that updates the target image to itself.
+ """A simple update that updates once from a base image to a target.
We explicitly don't use test prefix so that isn't run by default. Can be
run using test_prefix option.
"""
- self.PrepareBase(target_image_path)
+ self.PrepareBase(base_image_path)
self.UpdateImage(target_image_path)
self.VerifyImage(100)
« no previous file with comments | « bin/cbuildbot_config.py ('k') | image_to_live.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698