ironic-inspector/ironic_inspector/test/inspector_tempest_plugin
Anton Arefiev 4f1ac5f22a Tempest: increase ironic sync timeout
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
2016-08-11 15:43:39 +03:00
..
rules Tempest: add basic test 2016-05-30 13:09:02 +03:00
services Tempest: don't rely on tempest ironic client 2016-06-09 17:57:09 +03:00
tests Add a simple smoke test to be run in the grenade gate 2016-07-26 10:01:35 +02:00
__init__.py Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
config.py Tempest: increase ironic sync timeout 2016-08-11 15:43:39 +03:00
exceptions.py Fix tempest tests 2016-06-17 09:30:13 +00:00
plugin.py Tempest: add basic test 2016-05-30 13:09:02 +03:00
README.rst Tempest plugin initial commit 2016-04-08 11:48:21 +03:00

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