Merge "Proper B5xx test numbering"

This commit is contained in:
Jenkins 2016-01-14 15:48:18 +00:00 committed by Gerrit Code Review
commit 398eddfaa7
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ def ssl_with_bad_defaults(context, config):
@test.checks('Call')
@test.test_id('B505')
@test.test_id('B504')
def ssl_with_no_version(context):
"""Test for SSL use with no version specified

View File

@ -111,7 +111,7 @@ def _weak_crypto_key_size_pycrypto(context):
@test.checks('Call')
@test.test_id('B506')
@test.test_id('B505')
def weak_cryptographic_key(context):
return (_weak_crypto_key_size_cryptography_io(context) or
_weak_crypto_key_size_pycrypto(context))