| Index: bin/cros_au_test_harness.py
|
| diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py
|
| index 994476caaca7a0d7b09f523edf9eb5b9faea4665..e398625d938142a1b70fc05b533c07c147bb9a71 100755
|
| --- a/bin/cros_au_test_harness.py
|
| +++ b/bin/cros_au_test_harness.py
|
| @@ -482,7 +482,7 @@ class RealAUTest(unittest.TestCase, AUTest):
|
|
|
| def PrepareBase(self, image_path):
|
| """Auto-update to base image to prepare for test."""
|
| - _PrepareRealBase(image_path)
|
| + self._PrepareRealBase(image_path)
|
|
|
| def _UpdateImage(self, image_path, src_image_path='', stateful_change='old',
|
| proxy_port=None, private_key_path=None):
|
|
|