summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 23:58:34 +0000
committerdyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 23:58:34 +0000
commit6784c68f0ddb54ddc1869f5c582326d7bda4f97b (patch)
tree8e951abe7facd8a46d85d6b41deade65edced637
parent02b5ccc5046a2656b1b7916ffca10ad231aab2cb (diff)
downloadchromium_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
-rw-r--r--chrome/test/functional/PYAUTO_TESTS11
-rwxr-xr-xchrome/test/functional/https.py3
2 files changed, 6 insertions, 8 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 1d91fc2..44f5c11 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -95,10 +95,6 @@
'-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
# crbug.com/123396
'-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML',
- # crbug.com/119173
- '-https.SSLTest',
- # crbug.com/119110
- '-https.SSLTest.testSSLCertOK',
# crbug.com/100593
'-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
# crbug.com/105560
@@ -203,6 +199,7 @@
'-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit',
# crbug.com/119110
'-https.SSLTest.testSSLCertAuthorityOK',
+ '-https.SSLTest.testSSLCertOK',
# crbug.com/114244
'-imports.ImportsTest.testImportSafariDataTwice',
# Test fails due to keychain popup: crbug.com/124913
@@ -245,8 +242,6 @@
# Permanently-disabled tests.
# ===========================
'-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963
- # crbug.com/119110
- '-https.SSLTest.testSSLCertAuthorityOK',
# crbug.com/104206
'-notifications.NotificationsTest.testKillNotificationProcess',
# Several omnibox tests do not show omnibox results when run
@@ -277,6 +272,9 @@
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
+ # crbug.com/119110
+ '-https.SSLTest.testSSLCertAuthorityOK',
+ '-https.SSLTest.testSSLCertOK',
# crbug.com/85310
'-instant',
# crbug.com/91033
@@ -482,6 +480,7 @@
'all': [
'@CONTINUOUS',
'about_plugins_ui.ChromeAboutPluginsUITest',
+ 'https.SSLTest',
'media.media_basic_playback',
'nacl_sdk',
'translate',
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."""