ironic-inspector/ironic_inspector/test/inspector_tempest_plugin
Mario Villaplana a42793b696 Test discovered nodes are in ENROLL state and fix typo
This adds additional coverage to the discovery tempest test to check
that discovered nodes start in the ENROLL state. A small typo is also
corrected.

Change-Id: I7b3ad1ec4d8779f4c4e58776280d955a1b061fb7
2016-11-17 17:08:29 +00:00
..
rules Tempest: add basic test 2016-05-30 13:09:02 +03:00
services Add a test for introspection abort action verification. 2016-11-07 19:36:43 +02:00
tests Test discovered nodes are in ENROLL state and fix typo 2016-11-17 17:08:29 +00:00
__init__.py Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
config.py Stop adding ServiceAvailable group option 2016-10-10 19:47:49 +05:30
exceptions.py Fix tempest tests 2016-06-17 09:30:13 +00:00
plugin.py Only disable Neutron tests when our Grenade is running 2016-10-20 16:01:00 +02:00
README.rst Tempest plugin initial commit 2016-04-08 11:48:21 +03:00

Tempest Integration of ironic-inspector

This directory contains Tempest tests to cover the ironic-inspector project.

It uses tempest plugin to automatically load these tests into tempest. More information about tempest plugin could be found here: Plugin

The legacy method of running Tempest is to just treat the Tempest source code as a python unittest: Run tests

There is also tox configuration for tempest, use following regex for running introspection tests:

$ tox -e all-plugin -- inspector_tempest_plugin