ironic-tempest-plugin/doc/source/usage.rst

1.0 KiB

Usage

Configuring

Update your Tempest configuration to enable support for ironic:

[service_enabled]
ironic = True

If introspection tests are needed, also enable support for ironic-inspector:

[service_enabled]
ironic_inspector = True

See the following example configurations for more details:

config/with-nova

Running

Run tests as described in the Tempest documentation. The following patterns can be used with --regex option to only run bare metal tests:

ironic

all bare metal tests

ironic_standalone

standalone bare metal tests that do not use the Compute service

InspectorBasicTest

basic introspection tests

InspectorDiscoveryTest

introspection auto-discovery tests