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

Unified Diff: client/site_tests/suite_Factory/test_list

Issue 3149031: fix and comment log upload configuration defaults (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: 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
« 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/suite_Factory/test_list
diff --git a/client/site_tests/suite_Factory/test_list b/client/site_tests/suite_Factory/test_list
index 1b7b90a8cf4f06c6451631935e49cc7b5ea8fc58..7830e6108077a88007efe14ffc47999276461b69 100644
--- a/client/site_tests/suite_Factory/test_list
+++ b/client/site_tests/suite_Factory/test_list
@@ -30,10 +30,12 @@ _SAT_DURATION_SECS = 60
# Change this to match your local log upload site.
_LOG_UPLOAD_DESTINATION = {
'method': 'ftp',
- 'host': '*', # change to hostname/IP of destination
- 'port': 21, # change this if you are using different port
- 'id': 'anonymous',
- 'pw': '*',
+ 'host': '*', # change to hostname/IP of destination. '*' will bypass upload.
+ 'port': 21, # change this if you are using different port.
+ 'user': 'anonymous', # change this if you have a specific login id.
+ 'passwd': '*', # change this to password of the login id.
+ 'initdir': '', # change this if you want to assign the folder to store logs.
+ 'timeout': 3*60, # change this if you have a really poor slow network...
}
« 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