Cleanup py34 tox tests
Runs top level directory of tox test for py34. Currently separate directories for tests are run. Change-Id: I982f8a4d45ce445377c7909ac9076183c6e99976
This commit is contained in:
parent
c6fbe7f466
commit
6ed906c6bb
46
tox.ini
46
tox.ini
@ -28,51 +28,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
[testenv:py34]
|
||||
commands =
|
||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||
python -m testtools.run \
|
||||
barbican.tests.api.controllers.test_acls \
|
||||
barbican.tests.api.controllers.test_cas \
|
||||
barbican.tests.api.controllers.test_secretmeta \
|
||||
barbican.tests.api.controllers.test_versions \
|
||||
barbican.tests.api.middleware.test_context \
|
||||
barbican.tests.api.middleware.test_simple \
|
||||
barbican.tests.api.test_init \
|
||||
barbican.tests.api.test_resources_policy \
|
||||
barbican.tests.cmd.test_cmd \
|
||||
barbican.tests.common.test_hrefs \
|
||||
barbican.tests.common.test_quota \
|
||||
barbican.tests.common.test_utils \
|
||||
barbican.tests.model.repositories.test_repositories \
|
||||
barbican.tests.model.repositories.test_repositories_acls \
|
||||
barbican.tests.model.repositories.test_repositories_certificate_authorities \
|
||||
barbican.tests.model.repositories.test_repositories_consumers \
|
||||
barbican.tests.model.repositories.test_repositories_containers \
|
||||
barbican.tests.model.repositories.test_repositories_order_retry_tasks \
|
||||
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_kmip \
|
||||
barbican.tests.plugin.test_resource \
|
||||
barbican.tests.plugin.test_simple_certificate_manager \
|
||||
barbican.tests.plugin.test_store_crypto \
|
||||
barbican.tests.plugin.util.test_mime_types \
|
||||
barbican.tests.plugin.util.test_utils \
|
||||
barbican.tests.queue.test_client \
|
||||
barbican.tests.queue.test_keystone_listener \
|
||||
barbican.tests.queue.test_retry_scheduler \
|
||||
barbican.tests.queue.test_server \
|
||||
barbican.tests.tasks.test_certificate_resources \
|
||||
barbican.tests.tasks.test_common \
|
||||
barbican.tests.tasks.test_keystone_consumer \
|
||||
barbican.tests.tasks.test_resources
|
||||
python -m testtools.run barbican.tests
|
||||
|
||||
[testenv:pep8]
|
||||
sitepackages = False
|
||||
|
Loading…
Reference in New Issue
Block a user