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

Unified Diff: server/site_host_attributes.py

Issue 3114016: Added full E2E kcrash testing (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: fixes 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: server/site_host_attributes.py
diff --git a/server/site_host_attributes.py b/server/site_host_attributes.py
index f9f7acaee694c8989c5818286d53ce377d725354..d74fea64e81f7f9f8955160c293869cc19583907 100644
--- a/server/site_host_attributes.py
+++ b/server/site_host_attributes.py
@@ -35,7 +35,7 @@ import logging, os, utils
#
# Example configuration:
# private_host_attributes = {
-# "myserver": ["has_80211n,True",
+# "mydevice": ["has_80211n,True",
# "has_resume_bug,False"]
# }
#
@@ -58,12 +58,13 @@ except ImportError, e:
_DEFAULT_ATTRIBUTES = [
+ 'has_3g,False',
'has_80211n,True',
'has_bluetooth,True',
'has_chromeos_firmware,False',
'has_resume_bug,False',
'has_ssd,True',
- 'has_3g,False',
+ 'has_working_kcrash,False'
]
« no previous file with comments | « client/site_tests/logging_UserCrash/logging_UserCrash.py ('k') | server/site_tests/logging_KernelCrashServer/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698