| 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...
|
| }
|
|
|
|
|
|
|