Vault: enable RSA from ordered container functional test
This functional test was being skipped, but seems to pass. Others currently being skipped still do not pass. Change-Id: If20fc134ff55494915b58872122888823edf31b3
This commit is contained in:
parent
5defb5c5d4
commit
1a6c038ddb
@ -268,8 +268,8 @@ class RSATestCase(base.TestCase):
|
||||
self.verify_container_keys_equal(secrets)
|
||||
|
||||
@testcase.attr('positive')
|
||||
@testtools.skipIf(utils.is_vault_enabled() or utils.is_pkcs11_enabled(),
|
||||
"Vault does not support this operation")
|
||||
@testtools.skipIf(utils.is_pkcs11_enabled(),
|
||||
"PKCS11 does not support this operation")
|
||||
def test_rsa_order_certificate_from_ordered_container(self):
|
||||
"""Post an order for a certificate"""
|
||||
order_ref = self.order_container()
|
||||
|
Loading…
x
Reference in New Issue
Block a user