ironic-inspector/ironic_inspector/test/inspector_tempest_plugin
John L. Villalovos ea97d2b733 Use flake8-import-order
Use the flake8 plugin flake8-import-order to check import ordering. It
can do it automatically and don't need reviewers to check it.

Change-Id: I9ced9c297273db0eec6ab3995b663b1e8dffe87d
2017-02-16 10:11:06 -08:00
..
rules Tempest: add basic test 2016-05-30 13:09:02 +03:00
services Remove unused "service" argument from tempest client manager 2017-01-05 12:08:39 +01:00
tests Use flake8-import-order 2017-02-16 10:11:06 -08: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 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 Stop disabling the Neutron tempest plugin 2016-11-21 11:49:05 +01: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