From 6784c68f0ddb54ddc1869f5c582326d7bda4f97b Mon Sep 17 00:00:00 2001 From: "dyu@chromium.org" Date: Mon, 30 Apr 2012 23:58:34 +0000 Subject: 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 --- chrome/test/functional/https.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/test/functional/https.py') 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.""" -- cgit v1.1