ironic-inspector/ironic_inspector/test/inspector_tempest_plugin
Anton Arefiev 50783c14f1 Tempest plugin initial commit
This patch contains tempest plugin interface which are generated by
tempest-plugin-cookiecutter[1].

Also empty test manager and basic test was added.

[1] https://github.com/openstack/tempest-plugin-cookiecutter

Change-Id: I333462987bb6cdd1933fbb3550f527364c74ba07
2016-04-08 11:48:21 +03:00
..
services Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
tests Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
README.rst Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
__init__.py Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
config.py Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
plugin.py Tempest plugin initial commit 2016-04-08 11:48:21 +03:00

README.rst

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