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

Unified Diff: bin/au_test_harness/au_test.py

Issue 6698017: Remove test keys from images we test with in the test harness. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Fixes for petkov Created 9 years, 9 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: bin/au_test_harness/au_test.py
diff --git a/bin/au_test_harness/au_test.py b/bin/au_test_harness/au_test.py
index c0a7de3264ce3e8b71cbcaa1d5543e8420d11447..47aad12500a257163be27d3456288262ac36f4eb 100644
--- a/bin/au_test_harness/au_test.py
+++ b/bin/au_test_harness/au_test.py
@@ -25,6 +25,7 @@ class AUTest(unittest.TestCase):
See documentation for au_worker for more information.
"""
test_results_root = None
+ public_key_managers = []
@classmethod
def ProcessOptions(cls, options, use_dummy_worker):
« no previous file with comments | « no previous file | bin/au_test_harness/cros_au_test_harness.py » ('j') | bin/au_test_harness/cros_au_test_harness.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698