- add autogenerated tobiko.conf.sample file to the repo
- add links to the tobiko.conf.sample to tobiko.conf locations
- sligthly simplify documentation structure
Change-Id: I4d239798bef931460c63ed69ad1b94d6c8807e83
These files are wrongly generated by pytest plugin when running
test cases with pytest without setting environment variables
Change-Id: Ib16b68aa530febf54596bdc42cd2f06214cf1a2a
- Acreate a new tools/run_tests.py script to
execute test cases
- Move report generation to such script and
remove 'report' tox environment
- Running test cases generates report files
(.log, .html, .xml) into 'report/{envname}'
directory
- Test cases failures will returns exit code 1
Other script test runner failures returns
exit code 2
Big refactory to tox.ini file to try semplifying it:
- create the new 'py3' tox environment for running unit
tests as default platform python 3 interpreter
- use same as py3 '{envdir}' for scenario, functional,
neutron and faults tox environments
Change-Id: Id09425245cc86b84b41e6b3b1c1db759cc686f3a
Create a set of roles to be composed into a new infrared plugin. The
final goal for these roles is to be used for either downstream and
upstream CI
Change-Id: I48d5f500c2e694c3f94ee497a0df1d92b6c411b3
This patch removes directory .tobiko-evn which was added
by accident to the git repo in the past.
It also updates .gitignore file to ignore this location
in the future.
Change-Id: Iae07065cbc763d8babd5163ff5ff75d442726d0a
This patch adds to "docs" tox job ability to automatically
generate sample config file and config reference based on
config options defined in code.
Change-Id: Id960cc28d1b13ef3ed15e911f59620afb83f45b9
* 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
In addition:
* Add gitignore file
* Modified client to use tempest config variables instead of env
vars. Tempest config is what usually used in CI builds
* Modified test to use common flavor (m1.micro).
Change-Id: I5f292d7762396016a35c1895d7f6898b7dc1b417