OpenStack test classes
Go to file
Thomas Goirand 644a3e4376 Invoke correct python version in shell scripts
The oslotest shell scripts were using /usr/bin/python by default, and did
take into account the $PYTHON variable, so one could choose to use
Python 3 instead of Python 2.

This patch looks if a $PYTHON variable exists. If not, then it sets it
to "python" by default, otherwise, it uses whatever exists, so it is now
possible to do PYTHON=python3 oslo_debug_helper for starting tests.

Change-Id: I6df0ac0d84fd964251a1af9e27dadb954a2ad691
2019-12-18 14:45:15 +00:00
doc/source Replace git.openstack.org URLs with opendev.org URLs 2019-06-10 14:36:33 +00:00
oslotest Stop testing mock functionality 2019-05-28 17:04:19 +00:00
releasenotes Update master for stable/train 2019-09-20 16:41:58 +00:00
tools Invoke correct python version in shell scripts 2019-12-18 14:45:15 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-06 09:14:07 -04:00
.gitignore Switch to using stestr 2018-06-14 18:51:15 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:08 +00:00
.mailmap apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.stestr.conf Switch to using stestr 2018-06-14 18:51:15 +00:00
.zuul.yaml Switch to Ussuri jobs 2019-10-25 14:24:45 +08:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst Title underline too long 2018-11-07 08:56:32 +00:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-06-10 14:36:33 +00:00
lower-constraints.txt Switch to using stestr 2018-06-14 18:51:15 +00:00
requirements.txt Fix requirements check ci in oslotest 2018-08-22 17:27:50 +08:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 15:03:03 -04:00
setup.py Updated from global requirements 2017-03-02 11:53:58 +00:00
test-requirements.txt Sync Sphinx requirement 2019-06-10 14:36:39 +00:00
tox.ini Add Python 3 Train unit tests 2019-07-05 15:03:03 -04:00

README.rst

Team and repository tags

image

oslotest -- OpenStack Testing Framework and Utilities

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.