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 13:19:18 +0100 |
commit | 6eaf848638d7a1a7b4c4324837da9b8562ec7136 (patch) | |
tree | 20fef1ae597542afe8f525516f4f82c8275c335c /docker/smoke | |
parent | 985b7955d065065d191702f1355d7ca114f0c827 (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>
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |