@@ -1284,7 +1284,7 @@ spec:
12841284 capabilities on top of capabilities that are usually needed by the test
12851285 pods (NET_ADMIN, NET_RAW). This parameter is deemed insecure but it is
12861286 needed for certain test-operator functionalities to work properly (e.g.:
1287- extraRPMs in Tempest CR, or certain set of tobiko tests).
1287+ extraRPMs in Tempest CR, or a certain set of tobiko tests).
12881288 type : boolean
12891289 rerunFailedTests :
12901290 default : false
@@ -1375,7 +1375,7 @@ spec:
13751375 tempestRun :
13761376 description : |-
13771377 TempestRunSpec - is used to configure execution of tempest. Please refer to
1378- Please refer to https://docs.openstack.org/tempest/latest/ for the further
1378+ Please refer to https://docs.openstack.org/tempest/latest/ for further
13791379 explanation of the CLI parameters.
13801380 properties :
13811381 concurrency :
@@ -1554,7 +1554,7 @@ spec:
15541554 tempestconfRun :
15551555 description : |-
15561556 TempestconfRunSpec - is used to configure execution of discover-tempest-config
1557- Please refer to https://docs.opendev.org/openinfra/python-tempestconf for the
1557+ Please refer to https://docs.opendev.org/openinfra/python-tempestconf for
15581558 further explanation of the CLI parameters.
15591559 properties :
15601560 append :
@@ -1752,7 +1752,7 @@ spec:
17521752 Workflow - can be used to specify multiple executions of tempest with
17531753 a different configuration in a single CR. Accepts a list of dictionaries
17541754 where each member of the list accepts the same values as the Tempest CR
1755- does in the `spec`` section. Values specified using the workflow section have
1755+ does in the `spec` section. Values specified using the workflow section have
17561756 a higher precedence than the values specified higher in the Tempest CR
17571757 hierarchy.
17581758 items :
@@ -1854,7 +1854,7 @@ spec:
18541854 pods with allowedPrivilegedEscalation: true and the default capabilities on
18551855 top of capabilities that are usually needed by the test pods (NET_ADMIN, NET_RAW).
18561856 This parameter is deemed insecure but it is needed for certain test-operator
1857- functionalities to work properly (e.g.: extraRPMs in Tempest CR, or certain set
1857+ functionalities to work properly (e.g.: extraRPMs in Tempest CR, or a certain set
18581858 of tobiko tests).
18591859 type : boolean
18601860 rerunFailedTests :
@@ -1941,8 +1941,8 @@ spec:
19411941 type : string
19421942 tempestRun :
19431943 description : |-
1944- TempestRunSpec - is used to configure execution of tempest. Please refer to
1945- Please refer to https://docs.openstack.org/tempest/latest/ for the further
1944+ WorkflowTempestRunSpec - is used to configure execution of tempest.
1945+ Please refer to https://docs.openstack.org/tempest/latest/ for further
19461946 explanation of the CLI parameters.
19471947 properties :
19481948 concurrency :
@@ -2088,7 +2088,7 @@ spec:
20882088 type : array
20892089 extraRPMs :
20902090 description : |-
2091- A list URLs that point to RPMs that should be downloaded and installed
2091+ A list of URLs that point to RPMs that should be downloaded and installed
20922092 inside the tempest test pod.
20932093 items :
20942094 type : string
@@ -2116,8 +2116,8 @@ spec:
21162116 type : object
21172117 tempestconfRun :
21182118 description : |-
2119- TempestconfRunSpec - is used to configure execution of discover-tempest-config
2120- Please refer to https://docs.opendev.org/openinfra/python-tempestconf for the
2119+ WorkflowTempestconfRunSpec - is used to configure execution of discover-tempest-config
2120+ Please refer to https://docs.opendev.org/openinfra/python-tempestconf for
21212121 further explanation of the CLI parameters.
21222122 properties :
21232123 append :
0 commit comments