blob: 6de7741cd8f2b820f10d7452b944a8244a6cce31 [file] [log] [blame]
Yuiko Takadab6527002015-12-07 11:49:12 +09001=====================
2Ironic tempest plugin
3=====================
4
Dmitry Tantsurb609cea2017-12-12 08:06:44 +01005This directory contains Tempest tests to cover the ironic and ironic-inspector
6projects, as well as a plugin to automatically load these tests into tempest.
Yuiko Takadab6527002015-12-07 11:49:12 +09007
Solio Sarabia60095ff2017-02-28 18:18:26 -06008See the tempest plugin documentation for information about creating
9a plugin, stable API interface, TempestPlugin class interface, plugin
10structure, and how to use plugins:
wangkff37d2452017-07-10 09:22:12 +080011https://docs.openstack.org/tempest/latest/plugin.html
Yuiko Takadab6527002015-12-07 11:49:12 +090012
Lucas Alvares Gomes12b2ce62016-04-19 11:26:01 +010013See the Ironic documentation for information about how to run the
14tempest tests:
wangkff37d2452017-07-10 09:22:12 +080015https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#running-tempest-tests