Merge "Python 3: replace the whitelist with a blacklist"

This commit is contained in:
Jenkins 2016-05-20 14:35:32 +00:00 committed by Gerrit Code Review
commit 312a8753f9
2 changed files with 12 additions and 1 deletions

11
tests-py3-blacklist.txt Normal file
View File

@ -0,0 +1,11 @@
barbican.tests.api.controllers.test_containers
barbican.tests.api.controllers.test_orders
barbican.tests.api.controllers.test_quotas
barbican.tests.api.controllers.test_secrets
barbican.tests.api.test_resources
barbican.tests.api.test_transport_keys_resource
barbican.tests.cmd.test_barbican_manage
barbican.tests.cmd.test_db_cleanup
barbican.tests.common.test_validators
barbican.tests.plugin.crypto.test_pkcs11
barbican.tests.plugin.test_snakeoil_ca

View File

@ -28,7 +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
ostestr --blacklist_file=tests-py3-blacklist.txt
[testenv:pep8]
sitepackages = False