From 0c4a693bb47bd828476f07e67ba60b309ec967e8 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 7 Sep 2018 14:41:57 +0200 Subject: [PATCH] Update the usage documentation with recent changes Cover the "driver" option and more regular expressions. Also explain which regular expressions are used in which jobs. Change-Id: Ic5ccb91b603e0e0bdaa51501025b85383d42453b --- doc/source/config/with-nova.rst | 2 ++ doc/source/usage.rst | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) 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