aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-03-21 10:47:27 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-03-21 14:36:53 +0100
commit5fba4f5aa4554b8657c14761d3325023f65fabf4 (patch)
treec72ba0b0f54f0633aba4b5d2fa14acf256db8841
parent998438b8a8c0a2ae64f6fd4940e1dbe1c78b65d5 (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.yml1
-rw-r--r--docker/smoke/testcases.yaml24
2 files changed, 21 insertions, 4 deletions
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
@@ -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: