From edeeee45e4cdb7a21e36d44e7ca0618206b33937 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 8 Apr 2021 12:07:15 +0200 Subject: Disable a few sig-auth features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/smoke/testcases.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docker') 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 -- cgit 1.2.3-korg