fix misspelling of 'configuration'

Change-Id: Ic70c73014a0517121932cbff395580fb6bed2dc2
This commit is contained in:
wangqiangbj 2018-01-16 19:53:18 +08:00
parent 345fa8fcd9
commit 146a24f326
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@ Test classes for each microversion
* Add configuration options for specifying test target microversions
We need to specify test target microversions because the supported
microversions are different between OpenStack clouds. For operating
multiple microversion tests in a single Tempest operation, configration
multiple microversion tests in a single Tempest operation, configuration
options should represent the range of test target microversions.
New configration options also are min_microversion and max_microversion,
New configuration options also are min_microversion and max_microversion,
and the test classes will be selected like the following::
TestClass A: min_microversion = None, max_microversion = 'latest'