Tempest plugin for ironic
Go to file
Riccardo Pittau 7825e28725 Enforce running tox with correct python version based on env
Since removing support for Python 2, we changed the basepython
value to 3.
This means that all the tox tests run with the default python
version available in the system.
This is not quite correct when running on environment such as
py36, py37 or py38, since they imply running with different
Python versions based on the environment.
To enforce the correct version we need to add the option
ignore_basepython_conflict available since tox 3.1.0 [0].

[0] https://tox.readthedocs.io/en/latest/config.html#conf-ignore_basepython_conflict

Change-Id: Ifcf0cab0b3f6a828a756ca8e5efe6e262c20fe30
2019-12-23 11:20:52 +01:00
doc/source Build pdf doc 2019-09-05 14:27:16 +08:00
ironic_tempest_plugin Merge "Remove use of deprecated config options for volume API selection" 2019-12-19 11:41:26 +00:00
tools Script to extract the ironic_tempest_plugin/ directory 2017-08-03 13:07:32 -07:00
zuul.d Merge "Make the multinode job non-voting" 2019-11-14 04:25:47 +00:00
.gitignore Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:50 +00:00
CONTRIBUTING.rst Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
HACKING.rst Update the outdated URL in HACKING.rst 2018-09-23 17:10:24 +08:00
LICENSE Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
MANIFEST.in Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 01:16:14 +08:00
requirements.txt Updated from global requirements 2018-03-14 05:31:41 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-05 03:50:44 +00:00
setup.py Updated from global requirements 2018-01-16 03:24:34 +00:00
test-requirements.txt Build pdf doc 2019-09-05 14:27:16 +08:00
tox.ini Enforce running tox with correct python version based on env 2019-12-23 11:20:52 +01:00

README.rst

Tempest plugin for ironic and ironic-inspector

This repository contains a Tempest plugin for OpenStack Bare Metal and Bare Metal Introspection projects.