Skip to content

Commit 0a23722

Browse files
committed
Add expectedFailuresList to CSV
The epectedFailuresList parameter was added as part of this PR [1] but unfortunatel it was not added to the CSV. This commit fixes that. [1] openstack-k8s-operators#233
1 parent bdf97df commit 0a23722

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/manifests/bases/test-operator.clusterserviceversion.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ spec:
401401
- description: A content of exclude.txt file that is passed to tempest via --exclude-list
402402
displayName: Exclude List
403403
path: tempestRun.excludeList
404+
- description: The expectedFailuresList parameter contains tests that should
405+
not count as failures. When a test from this list fails, the test pod ends
406+
with Completed state rather than with Error state.
407+
displayName: Expected Failures List
408+
path: tempestRun.expectedFailuresList
404409
- description: ExternalPlugin contains information about plugin that should
405410
be installed within the tempest test pod. If this option is specified then
406411
only tests that are part of the external plugin can be executed.
@@ -665,6 +670,11 @@ spec:
665670
- description: A content of exclude.txt file that is passed to tempest via --exclude-list
666671
displayName: Exclude List
667672
path: workflow[0].tempestRun.excludeList
673+
- description: The expectedFailuresList parameter contains tests that should
674+
not count as failures. When a test from this list fails, the test pod ends
675+
with Completed state rather than with Error state.
676+
displayName: Expected Failures List
677+
path: workflow[0].tempestRun.expectedFailuresList
668678
- description: ExternalPlugin contains information about plugin that should
669679
be installed within the tempest test pod. If this option is specified then
670680
only tests that are part of the external plugin can be executed.

0 commit comments

Comments
 (0)