From 4fbc34d47aab9efba55b4e43fc1c01d5a1cfa8a3 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Wed, 31 Oct 2018 03:59:11 +0000 Subject: [PATCH] Add a note on setting api version In order to run the tempest test correctly, we need to specify the API version based on a specific setup. Add a note on the document to clarify that. Change-Id: I1ccf00b49433550cfbd6adceb8ac661e5ec1e5f3 --- doc/source/contributor/tempest-tests.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/source/contributor/tempest-tests.rst b/doc/source/contributor/tempest-tests.rst index e2ee6718b..0df2ff263 100644 --- a/doc/source/contributor/tempest-tests.rst +++ b/doc/source/contributor/tempest-tests.rst @@ -38,6 +38,22 @@ for details. Run the test ============ +Edit ``/opt/stack/tempest/etc/tempest.conf``: + + * Add the ``[container_service]`` section, + configure ``min_microversion`` and ``max_microversion``: + + .. code-block:: ini + + [container_service] + min_microversion=1.26 + max_microversion=1.26 + + .. note:: + + You might need to modify the min/max microversion based on your + test environment. + Navigate to tempest directory:: cd /opt/stack/tempest