tobiko/roles/tobiko-ensure-tox
Federico Ressi 92248c8506 Refactor test execution scripts
- 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
2020-05-06 17:41:35 +02:00
..
defaults Refactor test execution scripts 2020-05-06 17:41:35 +02:00
meta Implement test workflow steps 2020-04-08 14:32:58 +02:00
tasks Implement test workflow steps 2020-04-08 14:32:58 +02:00