ef64a297f2
When run functional tests, a warning was raised: UserWarning: No .stestr.conf file found in the CWD. Please create one to to replace the .testr.conf. This patch creates a .stestr.conf file but keep .testr.conf. Will remove it & its usage when testrepository is completely replaced by stestr. OpenStack has a long-term plan for this [1]. [1] https://review.openstack.org/#/c/491075/ Change-Id: I3507c381551d153fc6ca742b8bd4b8333710580b
63 lines
572 B
Plaintext
63 lines
572 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
cover
|
|
cover-master
|
|
nosetests.xml
|
|
.stestr/
|
|
.testrepository
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
*.DS_Store
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Others
|
|
test.conf
|