diff --git a/doc/source/config/with-nova.rst b/doc/source/config/with-nova.rst index 35375884..67dcc629 100644 --- a/doc/source/config/with-nova.rst +++ b/doc/source/config/with-nova.rst @@ -46,6 +46,8 @@ Configuration # Minimum and maximum API versions to test against. min_microversion = max_microversion = + # Driver to use for API tests for Queens and newer: + driver = fake-hardware [compute] # Configure the bare metal flavor so that the Compute services provisions diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 3e3c56e0..27b5ebe1 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -38,11 +38,20 @@ can be used with ``--regex`` option to only run bare metal tests: ``ironic`` all bare metal tests +``ironic_tempest_plugin.tests.api`` + only API tests using fake hardware, without other OpenStack services (these + tests are run by jobs starting with ``tempest-dsvm-ironic-functional``) +``ironic_tempest_plugin.tests.scenario`` + all integration tests, excluding the API tests with fake hardware (these + tests are run by most of the jobs) ``ironic_standalone`` standalone bare metal tests that do not use the Compute service + (these tests are run by the job ``ironic-dsvm-standalone``) ``InspectorBasicTest`` - basic introspection tests + basic introspection tests (these tests are run by most of the jobs with + ``ironic-inspector`` in their name) ``InspectorDiscoveryTest`` - introspection auto-discovery tests + introspection auto-discovery tests (these tests are run by the job + ``ironic-inspector-tempest-dsvm-discovery`` and require additional set up) .. _Tempest documentation: https://docs.openstack.org/tempest/latest/run.html