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

Unified Diff: bin/cros_au_test_harness.py

Issue 4051003: Update config for cros_au_test_harness. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: 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 | « no previous file | no next file » | 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 41baf212686201edada3dedbd0e50b29253d783c..d1ec151aeb7830d61618125f8acc30598311c52f 100755
--- a/bin/cros_au_test_harness.py
+++ b/bin/cros_au_test_harness.py
@@ -19,7 +19,7 @@ from cros_build_lib import Warning
_KVM_PID_FILE = '/tmp/harness_pid'
_FULL_VDISK_SIZE = 6072
-_FULL_STATEFULFS_SIZE = 2048
+_FULL_STATEFULFS_SIZE = 3074
# Globals to communicate options to unit tests.
global base_image_path
@@ -127,7 +127,7 @@ class AUTest(object):
self.PrepareBase()
# TODO(sosa): move to 100% once we start testing using the autotest paired
# with the dev channel.
- percent_passed = self.VerifyImage(42)
+ percent_passed = self.VerifyImage(10)
# Update to - all tests should pass on new image.
Info('Updating from base image on vm to target image.')
@@ -141,7 +141,7 @@ class AUTest(object):
# TODO(sosa): Re-enable once we have a good way of checking for version
# compatibility.
- def NotestFullUpdateWipeStateful(self):
+ def testFullUpdateWipeStateful(self):
petkov 2010/10/25 16:55:36 Don't you need to remove the TODO?
"""Tests if we can update after cleaning the stateful partition.
This test checks that we can update successfully after wiping the
@@ -152,7 +152,7 @@ class AUTest(object):
self.PrepareBase()
# TODO(sosa): move to 100% once we start testing using the autotest paired
# with the dev channel.
- percent_passed = self.VerifyImage(42)
+ percent_passed = self.VerifyImage(10)
# Update to - all tests should pass on new image.
Info('Updating from base image on vm to target image and wiping stateful.')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698