ironic/ironic_tempest_plugin
Dmitry Tantsur aaa429d887 [Tempest] fix negative tests on old API versions
Currently, these tests rely on an arbitrary chosen version, without checking
if the installation supports it. This results in failures on older installations.

Change these tests to not request any version, thus using the minimum available one.

Change-Id: I624fbad36d25328b6eb6c38a9a5fb5837e6751d4
2017-08-01 14:30:50 +02:00
..
2016-01-18 19:37:42 +00: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