e571e1878f
TrivialFix:In the change[1] os_testr changed under the covers from using testr to stestr, so that we now get the following warning: ostestr.py:120: UserWarning: No .stestr.conf file found in the CWD. Please create one to to replace the .testr.conf. You can find a script to do this in the stestr git repository. So remove the .testr.conf and add .stestr.conf which was generated using a utility script as documented here [2]. [1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e [2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf Change-Id: I4810ac86aeca23e5abff3dc0417ffa3aa2f3a199
44 lines
528 B
Plaintext
44 lines
528 B
Plaintext
*.pyc
|
|
*.log
|
|
.glance-venv
|
|
.stestr/*
|
|
.testrepository/
|
|
.tox
|
|
.coverage*
|
|
.venv
|
|
cover/*
|
|
covhtml
|
|
nosetests.xml
|
|
coverage.xml
|
|
glance.sqlite
|
|
AUTHORS
|
|
ChangeLog
|
|
build
|
|
dist
|
|
*.egg
|
|
.eggs/*
|
|
glance.egg-info
|
|
tests.sqlite
|
|
glance/versioninfo
|
|
subunit.log
|
|
|
|
# Swap files range from .saa to .swp
|
|
*.s[a-w][a-p]
|
|
|
|
# Files created by doc build
|
|
doc/source/api
|
|
doc/source/_static/*.sample
|
|
doc/source/contributor/api
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# IDE files
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.e4p
|
|
.eric5project/
|
|
.issues/
|
|
.ropeproject
|