blob: 0ea008c42751dd6fda858e7bedb3172962ca6110 [file] [log] [blame]
chenxinge76e17e2017-07-26 17:03:16 +08001=======================================
2Tempest Integration of ironic-inspector
3=======================================
4
5This directory contains Tempest tests to cover the ironic-inspector project.
6
7It uses tempest plugin to automatically load these tests into tempest. More
8information about tempest plugin could be found here:
9`Plugin <https://docs.openstack.org/tempest/latest/plugin.html>`_
10
11The legacy method of running Tempest is to just treat the Tempest source code
12as a python unittest:
13`Run tests <https://docs.openstack.org/tempest/latest/overview.html#legacy-run-method>`_
14
15There is also tox configuration for tempest, use following regex for running
16introspection tests::
17
18 $ tox -e all-plugin -- inspector_tempest_plugin