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

Issue 10821015: Initial checkin of the me2me pyauto automation: (Closed)

Created:
8 years, 5 months ago by yihongg1
Modified:
8 years, 4 months ago
CC:
chromium-reviews, dennis_jeffrey, anantha, dyu1, Nirnimesh
Visibility:
Public.

Description

Initial checkin of the me2me pyauto automation - Modified chromoting.py to enable me2me automation - Added chromoting_helper.py to handle install, uninstall, enable, disable, changepin which requires admin privilege - Added chromoting.base.py as the base for all chromoting test cases - Modified chromoting_basic, renamed it it2me_basic and moved it under chromoting dir - Added auth, me2me_enable, me2me_connect test - Added a cert and a private key for signing host on mac - Added mock_pref_pane.* files to mock the pref pane for different scenarios NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151717 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151760

Patch Set 1 #

Total comments: 28

Patch Set 2 : #

Patch Set 3 : #

Total comments: 53

Patch Set 4 : #

Total comments: 55

Patch Set 5 : #

Total comments: 25

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1077 lines, -253 lines) Patch
M chrome/test/functional/PYAUTO_TESTS View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
A chrome/test/functional/chromoting/__init__.py View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/functional/chromoting/auth.py View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/test/functional/chromoting/chromoting_base.py View 1 2 3 4 5 6 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/test/functional/chromoting/it2me_basic.py View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/test/functional/chromoting/me2me_connect.py View 1 2 3 4 5 1 chunk +65 lines, -0 lines 0 comments Download
A chrome/test/functional/chromoting/me2me_enable.py View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/test/functional/chromoting/mock_pref_pane.py View 1 2 3 4 5 6 1 chunk +125 lines, -0 lines 0 comments Download
D chrome/test/functional/chromoting_basic.py View 1 2 1 chunk +0 lines, -64 lines 0 comments Download
D chrome/test/pyautolib/chromoting.py View 1 2 3 4 5 6 1 chunk +0 lines, -187 lines 0 comments Download
A chrome/test/pyautolib/chromoting_cert.p12 View 1 2 3 4 Binary file 0 comments Download
A chrome/test/pyautolib/chromoting_helper.py View 1 2 3 4 5 6 1 chunk +183 lines, -0 lines 0 comments Download
A chrome/test/pyautolib/chromoting_key.p12 View 1 2 3 4 Binary file 0 comments Download
A chrome/test/pyautolib/chromotinglib.py View 1 2 3 4 5 6 1 chunk +534 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
yihongg1
8 years, 5 months ago (2012-07-25 18:58:59 UTC) #1
simonmorris
LGTM for basic chromoting functionality. +garykac for the Mac prefpane code. http://codereview.chromium.org/10821015/diff/1/chrome/test/functional/PYAUTO_TESTS File chrome/test/functional/PYAUTO_TESTS (right): ...
8 years, 4 months ago (2012-07-30 22:44:24 UTC) #2
garykac
http://codereview.chromium.org/10821015/diff/1/chrome/test/functional/chromoting/mock_pref_pane_enable File chrome/test/functional/chromoting/mock_pref_pane_enable (right): http://codereview.chromium.org/10821015/diff/1/chrome/test/functional/chromoting/mock_pref_pane_enable#newcode11 chrome/test/functional/chromoting/mock_pref_pane_enable:11: SERVICE_NAME = "org.chromium.chromoting" This is pretty much exactly the ...
8 years, 4 months ago (2012-07-31 00:25:11 UTC) #3
Nirnimesh
I took a look at this CL. There's a lot of python style issues. Please ...
8 years, 4 months ago (2012-07-31 20:15:10 UTC) #4
yihongg1
Thanks for reviewing the code! Fixed the generic coding style issues, combined mock_pref_pane code based ...
8 years, 4 months ago (2012-08-03 00:40:06 UTC) #5
yihongg1
More coding style fixes.
8 years, 4 months ago (2012-08-06 17:19:11 UTC) #6
Nirnimesh
I've pointed out some common design/style problems. Please fix them throughout the CL since I've ...
8 years, 4 months ago (2012-08-06 19:13:53 UTC) #7
yihongg
Thanks a lot for the detailed comments! http://codereview.chromium.org/10821015/diff/10002/chrome/test/functional/chromoting/auth.py File chrome/test/functional/chromoting/auth.py (right): http://codereview.chromium.org/10821015/diff/10002/chrome/test/functional/chromoting/auth.py#newcode47 chrome/test/functional/chromoting/auth.py:47: On 2012/08/06 ...
8 years, 4 months ago (2012-08-08 01:04:48 UTC) #8
Nirnimesh
This is looking much better. http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/auth.py File chrome/test/functional/chromoting/auth.py (right): http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/auth.py#newcode9 chrome/test/functional/chromoting/auth.py:9: import sys system imports ...
8 years, 4 months ago (2012-08-08 19:46:10 UTC) #9
yihongg
http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/auth.py File chrome/test/functional/chromoting/auth.py (right): http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/auth.py#newcode9 chrome/test/functional/chromoting/auth.py:9: import sys On 2012/08/08 19:46:10, Nirnimesh wrote: > system ...
8 years, 4 months ago (2012-08-10 20:42:52 UTC) #10
Nirnimesh
A few more comments to go. http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/chromoting_base.py File chrome/test/functional/chromoting/chromoting_base.py (right): http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/chromoting_base.py#newcode38 chrome/test/functional/chromoting/chromoting_base.py:38: def setUp(self): On ...
8 years, 4 months ago (2012-08-14 22:09:30 UTC) #11
yihongg
Nirnimesh, See the fixes/replies. Thanks for reviewing this again! Yihong http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/chromoting_base.py File chrome/test/functional/chromoting/chromoting_base.py (right): http://codereview.chromium.org/10821015/diff/14002/chrome/test/functional/chromoting/chromoting_base.py#newcode38 ...
8 years, 4 months ago (2012-08-15 17:48:38 UTC) #12
Nirnimesh
LGTM Please make sure that it does not break on the pyauto chromium bots after ...
8 years, 4 months ago (2012-08-15 18:20:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yihongg@chromium.org/10821015/5011
8 years, 4 months ago (2012-08-15 18:28:04 UTC) #14
commit-bot: I haz the power
Change committed as 151717
8 years, 4 months ago (2012-08-15 18:30:47 UTC) #15
yihongg
Fixed the checkpers error and AttributeError.
8 years, 4 months ago (2012-08-15 21:03:05 UTC) #16
Nirnimesh
lgtm
8 years, 4 months ago (2012-08-15 21:25:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yihongg@chromium.org/10821015/2021
8 years, 4 months ago (2012-08-15 21:49:19 UTC) #18
commit-bot: I haz the power
8 years, 4 months ago (2012-08-15 21:52:00 UTC) #19
Change committed as 151760

Powered by Google App Engine
This is Rietveld 408576698