Python3: add tests that are already working

These two tests were forgotten in the list of working tests.

Partially implements: blueprint barbican-py3

Change-Id: I3fba9993beb45c3eed464367bcd03d1fb1a52395
This commit is contained in:
Cyril Roelandt
2016-04-26 17:57:48 +02:00
parent 64e3fe4cd0
commit c0f68faa5e

View File

@@ -50,11 +50,13 @@ commands =
barbican.tests.model.repositories.test_repositories_orders \
barbican.tests.model.repositories.test_repositories_projects \
barbican.tests.model.repositories.test_repositories_quotas \
barbican.tests.model.repositories.test_repositories_secret_metadata \
barbican.tests.model.repositories.test_repositories_secrets \
barbican.tests.model.repositories.test_repositories_transport_keys \
barbican.tests.model.test_models \
barbican.tests.plugin.crypto.test_crypto \
barbican.tests.plugin.crypto.test_manager \
barbican.tests.plugin.crypto.test_p11_crypto \
barbican.tests.plugin.interface.test_certificate_manager \
barbican.tests.plugin.interface.test_secret_store \
barbican.tests.plugin.test_resource \