4f1ac5f22a
Increase ironic_sync_timeout to 80 sec. Ironic default status check period is 60 sec. But calling Ironic API to get node status takes some time, and races appear, as result tempest job periodically fails. 80 sec would be more than enough to make one more check. Change-Id: I5fe0198b2ce2f1f0078c1d14aa1c367a71178097
Tempest Integration of ironic-inspector
This directory contains Tempest tests to cover the ironic-inspector project.
It uses tempest plugin to automatically load these tests into tempest. More information about tempest plugin could be found here: Plugin
The legacy method of running Tempest is to just treat the Tempest source code as a python unittest: Run tests
There is also tox configuration for tempest, use following regex for running introspection tests:
$ tox -e all-plugin -- inspector_tempest_plugin