ironic-tempest-plugin/ironic_tempest_plugin
Dmitry Tantsur 0f0908a26a Fix deploy template tests on Rocky and earlier
Version 1.54 is from Stein, we cannot use it on older versions. We actually
don't need to specify it, since the lowest version is used by default.

Depends-On: https://review.openstack.org/#/c/642435/
Change-Id: I8edff72f869d83ff7f192f43a3236a634c294e2b
2019-03-11 13:28:44 +01:00
..
common Allocation API: functional tests 2019-02-11 16:01:18 +01:00
rules Tempest: add basic test 2016-03-17 12:11:30 +02:00
services Deploy templates: API test nits 2019-03-06 08:21:32 +00:00
tests Fix deploy template tests on Rocky and earlier 2019-03-11 13:28:44 +01:00
README.rst Merge remote-tracking branch 'inspector/master' 2017-12-12 08:06:44 +01:00
__init__.py Script to extract the ironic_tempest_plugin/ directory 2017-08-03 13:07:32 -07:00
clients.py Do not load credentials on import in tempest plugin clients.py 2017-03-10 16:16:14 +02:00
config.py Test cases for iLO drivers in standalone ironic 2018-07-30 05:21:13 +00:00
exceptions.py Fix tempest tests 2016-06-17 11:50:40 +03:00
manager.py Correct the usage on listing neutron ports 2018-07-19 15:18:19 +00:00
plugin.py Fix introspection modules locations and imports 2017-12-12 10:23:51 +01:00

README.rst

Ironic tempest plugin

This directory contains Tempest tests to cover the ironic and ironic-inspector projects, as well as a plugin to automatically load these tests into tempest.

See the tempest plugin documentation for information about creating a plugin, stable API interface, TempestPlugin class interface, plugin structure, and how to use plugins: https://docs.openstack.org/tempest/latest/plugin.html

See the Ironic documentation for information about how to run the tempest tests: https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#running-tempest-tests