e0514cb85b
Pep8 job currently fails complaining about I202 in a bunch of modules. This change fixes the genuine errors in the module import order, and adds I202 to the skip list so that we don't have to add noqa comments everywhere we can not satisfy the check. After we split out the tempest plugin, we'll remove I202 from the ignore list and add noqa comments in the places where it will still be needed. Change-Id: Ia170a41d35dea8c9eda2b36c907dbc518169a824 |
||
---|---|---|
.. | ||
common | ||
services | ||
tests | ||
__init__.py | ||
clients.py | ||
config.py | ||
manager.py | ||
plugin.py | ||
README.rst |
Ironic tempest plugin
This directory contains Tempest tests to cover the Ironic project, as well as a plugin to automatically load these tests into tempest.
See the tempest plugin documentation for information about creating a plugin, stable API interface, TempestPlugin class interface, plugin structure, and how to use plugins: https://docs.openstack.org/tempest/latest/plugin.html
See the Ironic documentation for information about how to run the tempest tests: https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#running-tempest-tests