ironic-tempest-plugin/ironic_tempest_plugin
Steve Baker 3fbd0a9d77 Wait for power off before allocation tests
There is a race sometimes when power off persists after the allocation
query, causing it to fail[1].

[1] https://zuul.opendev.org/t/openstack/build/aab3ecc1f63f4a52b1015f726fd8d229

Change-Id: I2b854a3a6b0f40f46dfa030b84d58715572f3ad4
2020-10-02 11:16:21 +13:00
..
common Actually log state transition timeouts in debug log 2020-04-22 07:20:06 -07:00
rules Tempest: add basic test 2016-03-17 12:11:30 +02:00
services Upgrade flake8-import-order version to 0.17.1 2020-04-21 17:06:10 +02:00
tests Wait for power off before allocation tests 2020-10-02 11:16:21 +13: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 Merge "Ramdisk iso boot tempest scenario test" 2020-08-07 18:27:34 +00:00
exceptions.py Fix tempest tests 2016-06-17 11:50:40 +03:00
manager.py Remove use of deprecated config options for volume API selection 2019-12-12 17:02:39 +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