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

Unified Diff: bin/cros_au_test_harness.py

Issue 6541008: au_test_harness: fix a function call, add sudo in front of ifconfig (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: 80 chars Created 9 years, 10 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 | lib/cros_build_lib.py » ('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 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):
« no previous file with comments | « no previous file | lib/cros_build_lib.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698