Tempest plugin for ironic
Go to file
Dmitry Tantsur 39579c63af Rework the ironic-inspector auto-discovery test
Currently this test relies on changing the driver in introspection rules.
This is quite fragile, since for hardware types changing the driver may
involve changing some or all of the interface fields. It's also absolutely
unnecessary to verify the functioning of the discovery process.
This change removes it.

Instead, the change starts verifying the "auto_discovered" flag in
the introspection data, as well as uses introspection rules to verify
it indirectly.

Finally, the discovery driver is checked. The expected value is provided
by the new configuration option auto_discovery_default_driver.

Change-Id: Ia0e95cbc1bb4dbd32793705b876ab8b474b753ad
2018-03-28 17:30:27 +02:00
doc/source Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
ironic_tempest_plugin Rework the ironic-inspector auto-discovery test 2018-03-28 17:30:27 +02:00
tools Script to extract the ironic_tempest_plugin/ directory 2017-08-03 13:07:32 -07:00
zuul.d Run ironic-inspector discovery jobs in the CI 2018-03-28 12:30:38 +02:00
.gitignore Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
.gitreview Added .gitreview 2016-11-18 08:29:25 +00:00
CONTRIBUTING.rst Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
HACKING.rst Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
LICENSE Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
MANIFEST.in Initial commit from cookiecutter 2017-01-27 15:55:29 -08:00
README.rst Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
requirements.txt Updated from global requirements 2018-03-14 05:31:41 +00:00
setup.cfg Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
setup.py Updated from global requirements 2018-01-16 03:24:34 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:01:34 +00:00
tox.ini Script to extract the ironic_tempest_plugin/ directory 2017-08-03 13:07:32 -07:00

README.rst

Tempest plugin for ironic and ironic-inspector

This repository contains a Tempest plugin for OpenStack Bare Metal and Bare Metal Introspection projects.