From 3ea70c27a9f7c73537a0fcbba4e46260a4766590 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 8 Jun 2016 08:55:58 -0400 Subject: [PATCH] Cleanup some small issues in the microversion testing doc Also adds the missing 2.20 microversion reference for implemented tests. Change-Id: I937161a17b4ea555869d49489d2a6f68afc8579c --- doc/source/microversion_testing.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/source/microversion_testing.rst b/doc/source/microversion_testing.rst index 3568470e84..17059e4abc 100644 --- a/doc/source/microversion_testing.rst +++ b/doc/source/microversion_testing.rst @@ -19,6 +19,7 @@ Configuration options for Microversion multiple Microversion tests in a single Tempest operation, configuration options should represent the range of test target Microversions. New configuration options are: + * min_microversion * max_microversion @@ -130,8 +131,9 @@ and max_microversion. Tests will be valid for that defined range. If that range is out of configured Microversion range then, test will be skipped. -*NOTE: Microversion testing is supported at test class level not at individual -test case level.* +.. note:: Microversion testing is supported at test class level not at + individual test case level. + For example: Below test is applicable for Microversion from 2.2 till 2.9:: @@ -211,3 +213,7 @@ Microversion tests implemented in Tempest * `2.10`_ .. _2.10: http://docs.openstack.org/developer/nova/api_microversion_history.html#id9 + + * `2.20`_ + + .. _2.20: http://docs.openstack.org/developer/nova/api_microversion_history.html#id18