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

Issue 3206001: the new test to upload factory logs to FTP site (Closed)

Created:
10 years, 4 months ago by Hung-Te
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano, ericli, petkov+cc_chromium.org
Visibility:
Public.

Description

the new test to upload factory logs to FTP site To assign target information, we will add customization section in suite_Factory/control. That part will be included in another refine CL: http://codereview.chromium.org/3180022/show BUG=chrome-os-partner:827 TEST=manual Change-Id: I65bf2415d1d5313684a7ea749232b28d33d783ab

Patch Set 1 #

Patch Set 2 : allow using '*' to bypass log uploading #

Total comments: 6

Patch Set 3 : use dict.update() as reviewer suggested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
A client/site_tests/factory_UploadLogs/factory_UploadLogs.py View 1 2 1 chunk +73 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hung-Te
10 years, 4 months ago (2010-08-24 10:53:12 UTC) #1
Tammo Spalink
http://codereview.chromium.org/3206001/diff/3001/4001 File client/site_tests/factory_UploadLogs/factory_UploadLogs.py (right): http://codereview.chromium.org/3206001/diff/3001/4001#newcode33 client/site_tests/factory_UploadLogs/factory_UploadLogs.py:33: hashval = hashlib.sha1(content).hexdigest() this is 40 chars long, right? ...
10 years, 3 months ago (2010-08-25 03:22:09 UTC) #2
Hung-Te
10 years, 3 months ago (2010-08-25 03:46:39 UTC) #3
Hung-Te
http://codereview.chromium.org/3206001/diff/3001/4001 File client/site_tests/factory_UploadLogs/factory_UploadLogs.py (right): http://codereview.chromium.org/3206001/diff/3001/4001#newcode33 client/site_tests/factory_UploadLogs/factory_UploadLogs.py:33: hashval = hashlib.sha1(content).hexdigest() ex: 06a5161bcc4a2e3c0ed3e1f5d9669ebcdfa7342d yes. http://codereview.chromium.org/3206001/diff/3001/4001#newcode72 client/site_tests/factory_UploadLogs/factory_UploadLogs.py:72: dest ...
10 years, 3 months ago (2010-08-25 03:46:51 UTC) #4
Tammo Spalink
10 years, 3 months ago (2010-08-25 03:55:32 UTC) #5
lgtm -- maybe need to think about UI for adding network, but lets check stuff in
and then worry about UI issues after trying it ourselves

Powered by Google App Engine
This is Rietveld 408576698