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

Unified Diff: client/site_tests/factory_WriteGBB/factory_WriteGBB.py

Issue 4640002: Don't change keys in factory_WriteGBB. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/factory_WriteGBB/factory_WriteGBB.py
diff --git a/client/site_tests/factory_WriteGBB/factory_WriteGBB.py b/client/site_tests/factory_WriteGBB/factory_WriteGBB.py
index 3ab028fee43b7197053c99599b41c23d26191add..7a6f4619b67b1d8eccd69a2896469df87a1f14f4 100644
--- a/client/site_tests/factory_WriteGBB/factory_WriteGBB.py
+++ b/client/site_tests/factory_WriteGBB/factory_WriteGBB.py
@@ -10,7 +10,7 @@ from autotest_lib.client.common_lib import gbb_util
class factory_WriteGBB(test.test):
- version = 2
+ version = 3
def run_once(self, shared_dict={}):
# More convenient to set the CWD to hardware_Components since a lot of
@@ -37,6 +37,4 @@ class factory_WriteGBB(test.test):
keep_temp_files=True)
gbb.set_bmpfv(utils.read_file(components['data_bitmap_fv'][0]))
gbb.set_hwid(components['part_id_hwqual'][0])
- gbb.set_recoverykey(utils.read_file(components['key_recovery'][0]))
- gbb.set_rootkey(utils.read_file(components['key_root'][0]))
gbb.commit()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698