diff options
author | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 23:58:34 +0000 |
---|---|---|
committer | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 23:58:34 +0000 |
commit | 6784c68f0ddb54ddc1869f5c582326d7bda4f97b (patch) | |
tree | 8e951abe7facd8a46d85d6b41deade65edced637 /chrome/test/functional/https.py | |
parent | 02b5ccc5046a2656b1b7916ffca10ad231aab2cb (diff) | |
download | chromium_src-6784c68f0ddb54ddc1869f5c582326d7bda4f97b.zip chromium_src-6784c68f0ddb54ddc1869f5c582326d7bda4f97b.tar.gz chromium_src-6784c68f0ddb54ddc1869f5c582326d7bda4f97b.tar.bz2 |
Enable SSL tests on all chrome-qa bots and win bots on CONTINUOUS.
Installed the root certificate on each of the chrome-qa bots and
ran the disabled SSL tests to verify. Only managed to install the
root certificate on the windows bots on the chromium waterfall.
TEST=Verified in each chrome-qa bot.
BUG=119110,119173
Review URL: https://chromiumcodereview.appspot.com/10271021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional/https.py')
-rwxr-xr-x | chrome/test/functional/https.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/functional/https.py b/chrome/test/functional/https.py index 5ca347e..1f9856e 100755 --- a/chrome/test/functional/https.py +++ b/chrome/test/functional/https.py @@ -105,8 +105,7 @@ class SSLTest(pyauto.PyUITest): pyauto.PAGE_TYPE_ERROR: 'error'} self.assertEqual( result_dict['page_type'], pyauto.PAGE_TYPE_NORMAL, - msg='Cert OK displayed page type: %s, but expected type normal.' - % page_type_dict[result_dict['page_type']]) + msg='Cert OK did not display page type normal.') def testSSLCertIsExpiredAndCertNameMismatches(self): """Verify Certificate Expiration and Certificate Mismatched name.""" |