71e543152e
With the latests changes to os-testr[0] it now expects a .stestr.conf file instead of a .testr.conf file. This change migrates the testing suite from using testr to use stestr instead. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-September/122135.html Change-Id: Ie0de862f2192491fa7752af03c8c03b3ee36337a
42 lines
639 B
Plaintext
42 lines
639 B
Plaintext
*.pyc
|
|
*.sw?
|
|
*.egg/
|
|
vendor
|
|
.ksl-venv
|
|
.venv
|
|
.update-venv/
|
|
.tox
|
|
keystone.egg-info/
|
|
*.log
|
|
.coverage
|
|
api-ref/build
|
|
coverage.xml
|
|
cover/*
|
|
covhtml
|
|
pep8.txt
|
|
nosetests.xml
|
|
doc/build
|
|
.DS_Store
|
|
doc/source/api
|
|
doc/source/modules.rst
|
|
ChangeLog
|
|
AUTHORS
|
|
build/
|
|
dist/
|
|
etc/keystone.conf
|
|
etc/logging.conf
|
|
etc/keystone/
|
|
keystone/tests/tmp/
|
|
.project
|
|
.pydevproject
|
|
keystone/locale/*/LC_MESSAGES/*.mo
|
|
.stestr/
|
|
*.db
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
# sample config included in docs
|
|
doc/source/_static/keystone.conf.sample
|
|
# sample policy file included in docs
|
|
doc/source/_static/keystone.policy.yaml.sample
|
|
etc/keystone.policy.yaml.sample
|