a068e664d6
* Set setup.cfg URL to the (future) documentation link * Remove Python 3.3 and 3.4 support, leave only 3.5 * Update README with actual information * Include README in index.rst as an introduction * Very basic usage guide, mostly links to Tempest docs * Switch links to HTTPS Depends-On: If130b765604d606420a4877a548e82d311ef7b9b Change-Id: Idacf84322773e40eaaa6346dc062291578876a1d
979 B
979 B
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
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