diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 10:47:27 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 14:34:28 +0100 |
commit | 54df0d78374f3deab30f5ce2f21af07efbe0d038 (patch) | |
tree | e1898279abc6d20fbb956ee4ecbc6785c601a979 | |
parent | fed1358638159c3b7bbbef06ea664eb48155db79 (diff) |
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 <cedric.ollivier@orange.com>
(cherry picked from commit 9c08bb471502b80df2470e577376f25400913939)
-rw-r--r-- | ansible/site.yml | 1 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 24 |
2 files changed, 21 insertions, 4 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index c6896027..dd5a16d1 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 @@ -34,14 +34,30 @@ tiers: 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 criteria: 100 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: |