ironic-tempest-plugin/ironic_tempest_plugin
Dmitry Tantsur f915c62e98
Check inspection data and abortion in the standalone tests
Depends-On: https://review.opendev.org/c/openstack/ironic/+/930279
Change-Id: Iff8d1243d350a9e91910b2a3ebd1db92637d4a0f
2024-09-24 10:40:31 +02:00
..
common Tempest test for anaconda deploy 2022-09-27 13:44:29 -07:00
rules Tempest: add basic test 2016-03-17 12:11:30 +02:00
services Check inspection data and abortion in the standalone tests 2024-09-24 10:40:31 +02:00
tests Check inspection data and abortion in the standalone tests 2024-09-24 10:40:31 +02: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 A simple standalone test for in-band inspection 2024-08-27 14:48:16 +02:00
exceptions.py Tempest test for anaconda deploy 2022-09-27 13:44:29 -07:00
manager.py Remove setup_clients method 2022-03-22 16:05:20 +00:00
plugin.py Use get_service_clients framework with basic Secure RBAC 2021-06-25 10:13:48 -07: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