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