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 14:37:00 +0100 |
commit | d3b3bf4eaf4b4f3106a194ed5f781b555f88920d (patch) | |
tree | bd843cd260f465079b21c7871982417dd104ce6b | |
parent | 5fba4f5aa4554b8657c14761d3325023f65fabf4 (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>
(cherry picked from commit b5c7bc0107a443722004ecced91118042965f327)
-rw-r--r-- | ansible/site.yml | 1 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 73bdd52e..27cc54a1 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -18,6 +18,7 @@ - xrally_kubernetes - k8s_conformance - sig_api_machinery + - sig_auth - sig_network - sig_network_features - sig_storage 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 |