935856cb21
* Setup proper logging * Extend os-faults configuration template with more services * Add unit tests initial files (Python API and CLI) * Add proper doc explaining how to use tobiko faults Change-Id: I6d528981fea6c76d20f4da095a86189748038f77
33 lines
299 B
Plaintext
33 lines
299 B
Plaintext
*.sw?
|
|
*.egg
|
|
*.egg-info
|
|
*.pyc
|
|
*.log
|
|
|
|
# Hidden files
|
|
.coverage
|
|
.coverage.*
|
|
.eggs
|
|
.stestr
|
|
.test
|
|
.testrepository
|
|
.tox
|
|
.vagrant
|
|
.venv
|
|
|
|
__pycache__
|
|
AUTHORS
|
|
build/*
|
|
ChangeLog
|
|
cover/
|
|
doc/build/*
|
|
dist/
|
|
etc/
|
|
zuul/versioninfo
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
Pipfile.lock
|
|
tobiko.conf
|