Tempest plugin for ironic
Go to file
Mark Goddard 56399ccba1 Validate scheduling fields in basic ops scenario
Currently there is no validation of node scheduling fields - resource
class and traits - in the scenario tests. This change adds validation of
these fields to the bare metal basic ops test.

We query the flavor used to boot the instance, and extract all requested
resources and traits from extra_specs. These are matched against the
resource class and traits set on the bare metal node that was scheduled.

Change-Id: I9ddc895ead61cf02c6967ead094d061cb7f558d8
Depends-On: https://review.openstack.org/545370
Related-Bug: #1722194
2018-03-16 14:22:21 +00:00
doc/source Update README and setup.cfg, initial version of usage guide 2017-12-21 11:27:12 +01:00
ironic_tempest_plugin Validate scheduling fields in basic ops scenario 2018-03-16 14:22:21 +00:00
tools Script to extract the ironic_tempest_plugin/ directory 2017-08-03 13:07:32 -07:00
zuul.d Add jobs for stable/queens 2018-02-12 18:22:27 +01: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-01-17 20:35:56 +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.