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

Unified Diff: client/site_tests/power_SuspendResume/control

Issue 3137016: graphics_SanAngeles doesn't need to log in (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: log in via the backdoor, to reduce potential failurea Created 10 years, 4 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
Index: client/site_tests/power_SuspendResume/control
diff --git a/client/site_tests/power_SuspendResume/control b/client/site_tests/power_SuspendResume/control
index 5cb823a388beaa56bdad1162bd066d6042109677..b9fe51effcf64e62b6549c95afe9424d2be98249 100644
--- a/client/site_tests/power_SuspendResume/control
+++ b/client/site_tests/power_SuspendResume/control
@@ -30,7 +30,10 @@ def run_sat():
def run_gpu():
- job.run_test('graphics_SanAngeles', iterations=2, tag=_tag)
+ job.run_test('graphics_SanAngeles',
+ iterations=2,
+ tag=_tag,
+ creds='$backdoor')
job.parallel([run_resume], [run_sat], [run_gpu])

Powered by Google App Engine
This is Rietveld 408576698