~ubuntu-branches/ubuntu/saucy/m2crypto/saucy

« back to all changes in this revision

Viewing changes to tests/test_ssl.py

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2010-10-01 11:58:15 UTC
  • Revision ID: james.westby@ubuntu.com-20101001115815-h68syym8gi7c9wnm
Tags: 0.20.1-1ubuntu4
tests/test_ssl.py: disable sslv23_weak_crypto test as it is expected to
fail with SSLv2 having been disabled in openssl 0.9.8o-1ubuntu3.
(LP: #600549)

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
        finally:
398
398
            self.stop_server(pid)
399
399
 
400
 
    def test_sslv23_weak_crypto(self):
 
400
    def disabled_test_sslv23_weak_crypto(self):
401
401
        if fips_mode: # TLS is required in FIPS mode
402
402
            return
403
403
        self.args = self.args + ['-no_tls1', '-no_ssl3']