ironic-inspector/ironic_inspector/test/inspector_tempest_plugin
Anton Arefiev c2569c3a60 Tempest: add basic test
Change-Id: I7155e797fecf18b867eeb7c63ebbcb35d3cbb9c3
Co-Authored-By: dparalen <vetrisko@gmail.com>
Depends-On: Ibf0c73aa6795aaa52e945fd6baa821de20a599e7
Depends-On: I067504e49f68929298c91e61819aa9a61169fe52
2016-05-30 13:09:02 +03:00
..
rules Tempest: add basic test 2016-05-30 13:09:02 +03:00
services Tempest: add basic test 2016-05-30 13:09:02 +03:00
tests Tempest: add basic test 2016-05-30 13:09:02 +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: add basic test 2016-05-30 13:09:02 +03:00
exceptions.py Tempest: add basic test 2016-05-30 13:09:02 +03:00
plugin.py Tempest: add basic test 2016-05-30 13:09:02 +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