ironic-tempest-plugin/ironic_tempest_plugin
Dmitry Tantsur bb72f2e3fc [tempest] also catch BadRequest in negative tests with physical_network in old API
Before this field was introduced we would raise BadRequest (HTTP 400),
after - NotAcceptable (HTTP 406).

Check for any of the exceptions to allow branchless testing.

Change-Id: I3fafd4ef7f046a9195fc15f47f7fc967fb959550
2017-08-04 12:35:37 +02:00
..
common Fix the exception message in tempest plugin 2017-03-13 16:33:52 +00:00
services/baremetal Add tempest tests for physical networks 2017-06-05 11:35:28 +01:00
tests [tempest] also catch BadRequest in negative tests with physical_network in old API 2017-08-04 12:35:37 +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 Add standalone tests using direct HTTP links 2017-02-23 13:06:56 -05:00
manager.py Replace the usage of 'manager' with 'os_primary' 2017-06-21 18:32:15 +07:00
plugin.py Add standalone tests using direct HTTP links 2017-02-23 13:06:56 -05:00
README.rst Fix broken links in tempest plugin README 2017-07-10 09:22:12 +08:00

Ironic tempest plugin

This directory contains Tempest tests to cover the Ironic project, 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