Chromium Code Reviews| 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.') |