diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 13:18:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 14:37:15 +0100 |
commit | 7d1512b6be0d0962b69148c75f0a450775891c3e (patch) | |
tree | f45fd431e0f44f70a5116863e807e4588b56b5b5 | |
parent | c1452324f80f88237645ca2b855bd29cc5c5aceb (diff) |
Add sig_cli
It runs sig-cli tests which are not included in K8s conformance.
It adds 34 single tests.
Change-Id: I4beaf9d08d151d06fc3f3c05770c51dcc68f762a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6eaf848638d7a1a7b4c4324837da9b8562ec7136)
-rw-r--r-- | ansible/site.yml | 1 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 6751275e..411aa837 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -20,6 +20,7 @@ - sig_api_machinery - sig_apps - sig_auth + - sig_cli - sig_network - sig_network_features - sig_storage diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index ad952704..69f7f0f0 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -87,6 +87,22 @@ tiers: \\[Conformance\\]|\\[Feature:PodSecurityPolicy\\]|\ \\[Feature:BoundServiceAccountTokenVolume\\]" - + case_name: sig_cli + project_name: functest + criteria: 100 + blocking: false + description: >- + It runs the remaining sig-cli testing excluding Conformance + (part of k8s_conformance). + dependencies: + - DEPLOY_SCENARIO: 'k8-*' + run: + name: e2e_testing + args: + focus: \[sig-cli] + skip: "\\[Disruptive\\]|\\[Flaky\\]|\ + \\[Conformance\\]" + - case_name: sig_network project_name: functest criteria: 100 |