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:
Run tests as described in the Tempest documentation. The following patterns
can be used with --regex
option to only run bare metal tests:
ironic
ironic_tempest_plugin.tests.api
tempest-dsvm-ironic-functional
)ironic_tempest_plugin.tests.scenario
ironic_standalone
ironic-dsvm-standalone
)InspectorBasicTest
ironic-inspector
in their name)InspectorDiscoveryTest
ironic-inspector-tempest-dsvm-discovery
and require additional set up)Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.