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

Unified Diff: client/bin/factory.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
« no previous file with comments | « no previous file | client/bin/factory_ui » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/factory.py
diff --git a/client/bin/factory.py b/client/bin/factory.py
index a7ee08aaca7840935a93076729551b66476658ed..6b44a0d8dba11eff2fd50d3c8811ab5e873a4975 100644
--- a/client/bin/factory.py
+++ b/client/bin/factory.py
@@ -23,8 +23,9 @@ FAILED = 'FAIL'
UNTESTED = 'UNTESTED'
LOG_PATH = '/var/log/factory.log'
+CONSOLE_LOG_PATH = '/var/log/factory_console.log'
DATA_PREFIX = 'FACTORY_DATA:'
-FINAL_VERIFICATION_TEST_UNIQUE_NAME = 'factory_Verify'
+LAST_PROBED_HWID_NAME = 'last_probed_hwid'
REVIEW_INFORMATION_TEST_UNIQUE_NAME = 'ReviewInformation'
_state_instance = None
« no previous file with comments | « no previous file | client/bin/factory_ui » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698