From: Cédric Ollivier Date: Sun, 21 Mar 2021 09:47:27 +0000 (+0100) Subject: Add sig-api-machinery X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F72234%2F1;p=functest-kubernetes.git Add sig-api-machinery It runs sig-api-machinery which are not included in K8s conformance. It adds 97 single tests. Change-Id: I76949b75e2d6c59d21f459f8fc358e806af6f23d Signed-off-by: Cédric Ollivier (cherry picked from commit 9c08bb471502b80df2470e577376f25400913939) --- diff --git a/ansible/site.yml b/ansible/site.yml index 4273ce2e..73bdd52e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -17,6 +17,7 @@ tests: - xrally_kubernetes - k8s_conformance + - sig_api_machinery - sig_network - sig_network_features - sig_storage diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 58bfd38b..4e5ea90d 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -33,6 +33,22 @@ tiers: args: focus: \[Conformance\] skip: \[Disruptive\]|NoExecuteTaintManager + - + case_name: sig_api_machinery + project_name: functest + criteria: 100 + blocking: false + description: >- + It runs the remaining sig-api-machinery testing excluding + the label Conformance (part of k8s_conformance) + dependencies: + - DEPLOY_SCENARIO: 'k8-*' + run: + name: e2e_testing + args: + focus: \[sig-api-machinery\] + skip: "\\[Disruptive\\]|\\[Flaky\\]|\ + \\[Conformance\\]" - case_name: sig_network project_name: functest @@ -40,8 +56,8 @@ tiers: blocking: false description: >- It runs the remaining sig-network testing excluding the - next labels: Conformance (part of k8s_conformance), all - features and load.balancer. + following labels: Conformance (part of k8s_conformance), + all features and load.balancer. dependencies: - DEPLOY_SCENARIO: 'k8-*' run: @@ -84,8 +100,8 @@ tiers: blocking: false description: >- It runs the remaining sig-storage testing excluding the - next labels: Conformance (part of k8s_conformance), all - features, all drivers, PersistentVolumes.NFS and Slow. + following labels: Conformance (part of k8s_conformance), + all features, all drivers, PersistentVolumes.NFS and Slow. dependencies: - DEPLOY_SCENARIO: 'k8-*' run: