diff options
author | beeps@chromium.org <beeps@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 04:35:38 +0000 |
---|---|---|
committer | beeps@chromium.org <beeps@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 04:35:38 +0000 |
commit | 7f1ed2450574b02ebb955f18e834436dced65f4e (patch) | |
tree | 1f99394e6cac3830ec7ef784c56c6452af27ca0b /chrome/test/functional/PYAUTO_TESTS | |
parent | 11feec32b991ffac983d2a9781c70df4b987b67f (diff) | |
download | chromium_src-7f1ed2450574b02ebb955f18e834436dced65f4e.zip chromium_src-7f1ed2450574b02ebb955f18e834436dced65f4e.tar.gz chromium_src-7f1ed2450574b02ebb955f18e834436dced65f4e.tar.bz2 |
Enables us to setproxysettings through the chromeos options UI and have it propogate to the system.
TestingAutomationProvider Get/SetProxySettings:
1. uses profile on shell
2. handles shared proxy settings through internetoptionshandler
3. changed setproxysettings from a browserhandler call to handler call
Pyauto.py:
1. Gets servicepath and network type for sharedproxysettings call
2. uses network_type parameter (used to be windex) to get network information, since setproxysettings
is now a handler call.
Chromeos_proxy.py:
1. changed to check value in result dictionary instead of presence of key
2. navigate to url and perform setup needed to setproxysettings
TEST=functional/chromeos_proxy.py
BUG=27040
Review URL: https://chromiumcodereview.appspot.com/10829388
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157295 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional/PYAUTO_TESTS')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 205b300..f37f07d 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -623,7 +623,7 @@ 'chromeos_oobe', # crosbug.com/32583 - '-chromeos_login.ChromeosLogin.testCachedCredentials', + '-chromeos_login.ChromeosLoginCachedCredentialsUserPod.testCachedCredentialsUserPod', ], }, |