You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2015/05/19 01:35:50 UTC

trafficserver git commit: Re-enable ca tests now that TS-3518 is resolved

Repository: trafficserver
Updated Branches:
  refs/heads/master 1c6f986ca -> 37569c139


Re-enable ca tests now that TS-3518 is resolved


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/37569c13
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/37569c13
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/37569c13

Branch: refs/heads/master
Commit: 37569c139e32e9179922cbb0c0d60194461d03ce
Parents: 1c6f986
Author: Thomas Jackson <ja...@apache.org>
Authored: Mon May 18 16:35:42 2015 -0700
Committer: Thomas Jackson <ja...@apache.org>
Committed: Mon May 18 16:35:42 2015 -0700

----------------------------------------------------------------------
 ci/tsqa/tests/test_https.py | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/37569c13/ci/tsqa/tests/test_https.py
----------------------------------------------------------------------
diff --git a/ci/tsqa/tests/test_https.py b/ci/tsqa/tests/test_https.py
index 3630917..10410cd 100644
--- a/ci/tsqa/tests/test_https.py
+++ b/ci/tsqa/tests/test_https.py
@@ -268,12 +268,8 @@ class TestMix(helpers.EnvironmentCase, CertSelectionMixin):
         cert = self._get_cert(addr, ciphers=CIPHER_MAP['ecdsa'])
         self.assertEqual(cert.get_subject().commonName.decode(), 'www.example.com')
 
-    # TODO: remove once TS-3518 is resolved
-    @unittest.expectedFailure
     def test_intermediate_ca_rsa(self):
         self._intermediate_ca_t('rsa')
 
-    # TODO: remove once TS-3518 is resolved
-    @unittest.expectedFailure
     def test_intermediate_ca_ecdsa(self):
         self._intermediate_ca_t('ecdsa')