Tempest plugin for ironic
Go to file
huang.zhiping 97ea5ace37 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I86a48214708a9169996b1dfa7eb9a825dfb3468e
2018-06-09 02:23:54 +08:00
doc/source Add example configuration for running our tests with nova 2018-03-14 17:53:12 +01:00
ironic_tempest_plugin fix a typo in code 2018-06-05 18:15:01 +08:00
tools Script to extract the ironic_tempest_plugin/ directory 2017-08-03 13:07:32 -07:00
zuul.d Add the functional (API) tests job 2018-05-07 18:41:45 +02:00
.gitignore Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
.gitreview Added .gitreview 2016-11-18 08:29:25 +00:00
CONTRIBUTING.rst Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
HACKING.rst Initial commit from cookiecutter 2017-01-27 15:55:29 -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 Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
requirements.txt Updated from global requirements 2018-03-14 05:31:41 +00:00
setup.cfg Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
setup.py Updated from global requirements 2018-01-16 03:24:34 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:01:34 +00:00
tox.ini fix tox python3 overrides 2018-06-09 02:23:54 +08: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.