| setenv = VIRTUAL_ENV={envdir} |
| NOSE_OPENSTACK_SHOW_ELAPSED=1 |
| setenv = VIRTUAL_ENV={envdir} |
| NOSE_OPENSTACK_SHOW_ELAPSED=1 |
| nosetests --logging-format '%(asctime)-15s %(message)s' --with-xunit --xunit-file=nosetests-all.xml -sv tempest |
| setenv = VIRTUAL_ENV={envdir} |
| NOSE_OPENSTACK_SHOW_ELAPSED=1 |
| nosetests --logging-format '%(asctime)-15s %(message)s' --with-xunit --xunit-file=nosetests-full.xml -sv tempest/api tempest/scenario tempest/thirdparty tempest/cli |
| setenv = VIRTUAL_ENV={envdir} |
| NOSE_OPENSTACK_SHOW_ELAPSED=1 |
| nosetests --logging-format '%(asctime)-15s %(message)s' --with-xunit -sv --attr=type=smoke --xunit-file=nosetests-smoke.xml tempest |
| setenv = VIRTUAL_ENV={envdir} |
| NOSE_OPENSTACK_SHOW_ELAPSED=1 |
| python -m tools/tempest_coverage -c start --combine |
| nosetests --logging-format '%(asctime)-15s %(message)s' --with-xunit --xunit-file=nosetests-full.xml -sv tempest/api tempest/scenario tempest/thirdparty tempest/cli |
| python -m tools/tempest_coverage -c report --html |
| deps = -r{toxinidir}/requirements.txt |
| -r{toxinidir}/test-requirements.txt |
| deps = -r{toxinidir}/requirements.txt |
| -r{toxinidir}/test-requirements.txt |
| local-check-factory = tempest.hacking.checks.factory |
| exclude = .git,.venv,.tox,dist,doc,openstack,*egg |