d3fd6c77b6
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: I9fd1dba15e2e8fbb30208f44baea0f9d69ee4b93
63 lines
635 B
Plaintext
63 lines
635 B
Plaintext
*.py[cod]
|
|
*.sqlite
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.eggs
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.venv
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.stestr/*
|
|
.tox
|
|
nosetests.xml
|
|
cover/*
|
|
.testrepository/
|
|
subunit.log
|
|
.qinling.conf
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.DS_Store
|
|
etc/*.conf
|
|
etc/qinling.conf.sample
|
|
*.patch
|
|
|
|
#Linux swap file
|
|
*.swp
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Files created by doc build
|
|
doc/source/api
|
|
|
|
# Files created by API build
|
|
api-ref/build/
|