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

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

Issue 6736025: autotest/factory: improve message feedback on UI (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: 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: client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
diff --git a/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py b/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
index e0c88f32469ac8ad9f6ec2d7025454e0cf8982ae..e3c970050466fa5b3ed316f134d6685817e25a24 100644
--- a/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
+++ b/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
@@ -27,7 +27,7 @@ class MiniVerifier(object):
def check_developer_switch(self):
""" Checks if developer switch button is disabled """
try:
- gooftools.run('gooftool --verify_switch_dev')
+ gooftools.run('gooftool --verify_switch_dev --verose')
except:
return False
return True
@@ -35,7 +35,7 @@ class MiniVerifier(object):
def check_write_protect(self):
""" Checks if hardware write protection pin is enabled """
try:
- gooftools.run('gooftool --verify_switch_wp')
+ gooftools.run('gooftool --verify_switch_wp --verose')
except:
return False
return True
« no previous file with comments | « client/site_tests/factory_Finalize/factory_Finalize.py ('k') | client/site_tests/factory_WriteGBB/factory_WriteGBB.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698