diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-08 12:07:15 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-08 12:07:15 +0200 |
commit | edeeee45e4cdb7a21e36d44e7ca0618206b33937 (patch) | |
tree | 009f356e9cbaf4bf9799d44fd5aeed24c8e0d50f /docker | |
parent | 98c03749dcc72d499997fcd979596c216448a409 (diff) |
Disable a few sig-auth features
https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-kali-sig_auth-run/8/console
Change-Id: I8a1523ba293f40dc8533428f9d75b29560a817cc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke/testcases.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 24f2df37..f12419b7 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -149,8 +149,8 @@ tiers: description: >- It runs the remaining sig-auth testing excluding the following labels: Conformance (part of k8s_conformance) and - both PodSecurityPolicy and BoundServiceAccountTokenVolume - features. + all PodSecurityPolicy, BoundServiceAccountTokenVolume, + TokenRequestProjection and ServiceAccountIssuerDiscovery features. dependencies: - DEPLOY_SCENARIO: "k8-*" run: @@ -162,7 +162,9 @@ tiers: skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ \\[Serial\\]|\\[Conformance\\]|\ \\[Feature:PodSecurityPolicy\\]|\ - \\[Feature:BoundServiceAccountTokenVolume\\]" + \\[Feature:BoundServiceAccountTokenVolume\\]|\ + \\[Feature:TokenRequestProjection\\]|\ + \\[Feature:ServiceAccountIssuerDiscovery\\]" - case_name: sig_cli project_name: functest criteria: 100 |