Yuiko Takada | b652700 | 2015-12-07 11:49:12 +0900 | [diff] [blame] | 1 | ===================== |
| 2 | Ironic tempest plugin |
| 3 | ===================== |
| 4 | |
Dmitry Tantsur | b609cea | 2017-12-12 08:06:44 +0100 | [diff] [blame] | 5 | This directory contains Tempest tests to cover the ironic and ironic-inspector |
| 6 | projects, as well as a plugin to automatically load these tests into tempest. |
Yuiko Takada | b652700 | 2015-12-07 11:49:12 +0900 | [diff] [blame] | 7 | |
Solio Sarabia | 60095ff | 2017-02-28 18:18:26 -0600 | [diff] [blame] | 8 | See the tempest plugin documentation for information about creating |
| 9 | a plugin, stable API interface, TempestPlugin class interface, plugin |
| 10 | structure, and how to use plugins: |
wangkf | f37d245 | 2017-07-10 09:22:12 +0800 | [diff] [blame] | 11 | https://docs.openstack.org/tempest/latest/plugin.html |
Yuiko Takada | b652700 | 2015-12-07 11:49:12 +0900 | [diff] [blame] | 12 | |
Lucas Alvares Gomes | 12b2ce6 | 2016-04-19 11:26:01 +0100 | [diff] [blame] | 13 | See the Ironic documentation for information about how to run the |
| 14 | tempest tests: |
wangkf | f37d245 | 2017-07-10 09:22:12 +0800 | [diff] [blame] | 15 | https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#running-tempest-tests |