aeb72b87f5
test.idempotent_id is being kept temporary to migrate to new lib interface. Now idempotent_id is available as Tempest stable interface decorators and all plugins tests using the old decorator should be switched to new interface. In future, Once all plugins are switched to new decorator Tempest will remove the test.idempotent_id Change-Id: I993fcd22070dca995fb2fb59e876230e8fd0df9e Related-Bug: 1616913 |
||
---|---|---|
.. | ||
rules | ||
services | ||
tests | ||
__init__.py | ||
config.py | ||
exceptions.py | ||
plugin.py | ||
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