a673bd93cb2b4a327c00f3f8184802e37b77eb09
We remove install_command because the value set here is basically the default but with one small difference. It doesn't run using `python -m pip` which means we could potentially find a global pip install which installs to the wrong python by default. Using python -m pip as the tox default does should ensure it consistently finds the venv pip. Additionally we stop allowlisting all external commands to make problems like this more apparent. Change-Id: I75a6bd7985fce66b3e8a4cb81320b22d71f6bc4a
Team and repository tags
Tempest - The OpenStack Integration Test Suite
This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.
- Documentation: https://docs.openstack.org/tempest/latest/
- Features: https://specs.openstack.org/openstack/qa-specs/#tempest
- Bugs: https://bugs.launchpad.net/tempest/
- Release Notes: https://docs.openstack.org/releasenotes/tempest
Get in touch via email. Use [tempest] in your subject.
Description
Languages
Python
99.8%
Shell
0.2%