Proper B5xx test numbering

This commit shifts B505 and B506 to use the IDs B504 and B505
as we had skipped B504 previously.

Change-Id: I06ad8e6a2aee42f88a9e35611b64efbdade4356e
This commit is contained in:
Travis McPeak 2016-01-13 16:19:39 -06:00
parent 4c603c7087
commit fdd896a0fd
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))