ironic-inspector/ironic_inspector/test/inspector_tempest_plugin
Anton Arefiev 31906bfec7 Tempest: add auto-discovery test
Add test, which delete pre-created baremetal vms, and discovers it
via 'enroll' not_found_hook with default configuration.

Note, test contains workaround for working on infra, as infra 'tempest'
user doesn't have access to virsh, for running node and whitelisting
firewall rules on existing node, inspector's inspect api is used.

Change-Id: Ib0ec63295a496229b27552cd1bcf7e763c0c3e03
2016-09-16 14:37:39 +03:00
..
rules Tempest: add basic test 2016-05-30 13:09:02 +03:00
services Tempest: add auto-discovery test 2016-09-16 14:37:39 +03:00
tests Tempest: add auto-discovery test 2016-09-16 14:37:39 +03:00
README.rst Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
__init__.py Tempest plugin initial commit 2016-04-08 11:48:21 +03:00
config.py Tempest: add auto-discovery test 2016-09-16 14:37:39 +03:00
exceptions.py Fix tempest tests 2016-06-17 09:30:13 +00:00
plugin.py Disable neutron tests in our grenade 2016-09-09 13:49:36 +02:00

README.rst

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