diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 12:52:46 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 12:52:46 +0100 |
commit | b5c7bc0107a443722004ecced91118042965f327 (patch) | |
tree | b373eb1f21ae8d781a3304e6ef9a11275e33e6d0 /docker/smoke | |
parent | 9c08bb471502b80df2470e577376f25400913939 (diff) |
Add sig-auth
It runs sig-auth tests which are not included in K8s conformance.
Change-Id: I5684dbcb5d61866f5ae1cb483f3a119b8d3c7807
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 4e5ea90d..f2d097e3 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -50,6 +50,24 @@ tiers: skip: "\\[Disruptive\\]|\\[Flaky\\]|\ \\[Conformance\\]" - + case_name: sig_auth + project_name: functest + criteria: 100 + blocking: false + description: >- + It runs the remaining sig-auth testing excluding the + next labels: Conformance (part of k8s_conformance), + PodSecurityPolicy and BoundServiceAccountTokenVolume. + dependencies: + - DEPLOY_SCENARIO: 'k8-*' + run: + name: e2e_testing + args: + focus: \[sig-auth\] + skip: "\\[Disruptive\\]|\\[Flaky\\]|\ + \\[Conformance\\]|\\[Feature:PodSecurityPolicy\\]|\ + \\[Feature:BoundServiceAccountTokenVolume\\]" + - case_name: sig_network project_name: functest criteria: 100 |