ironic-tempest-plugin/ironic_tempest_plugin
Jim Rollenhagen a6055efd13 Explicitly use iscsi for standalone BaremetalIpmiRescuePartitioned
This test uses partition images and netboot, which the ansible deploy
interface does not support. Since we only update the interfaces we
specify when choosing a node, if we choose a node that's already using
the ansible interface, we'll fail here. Explicitly set the iscsi
interface to avoid this situation.

Depends-On: https://review.openstack.org/563119
Depends-On: https://review.openstack.org/563120
Change-Id: I852fbe8d2d34a5d301d3591af6cd67c4dcda3b83
2018-04-20 13:49:39 +00:00
..
common Validate scheduling fields in basic ops scenario 2018-03-16 14:22:21 +00:00
rules Tempest: add basic test 2016-03-17 12:11:30 +02:00
services Merge "Validate scheduling fields in basic ops scenario" 2018-04-04 11:22:59 +00:00
tests Explicitly use iscsi for standalone BaremetalIpmiRescuePartitioned 2018-04-20 13:49:39 +00: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 Merge "Add [baremetal] available_nodes configuration option" 2018-04-09 14:00:33 +00:00
exceptions.py Fix tempest tests 2016-06-17 11:50:40 +03:00
manager.py Add I202 to flake ignore list 2017-10-25 12:59:07 +03:00
plugin.py Fix introspection modules locations and imports 2017-12-12 10:23:51 +01:00
README.rst Merge remote-tracking branch 'inspector/master' 2017-12-12 08:06:44 +01:00

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