aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-03-21 13:30:30 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-03-21 14:35:00 +0100
commitf474a8aeb52a2a8b855376dc084cf3fa10dcd3e3 (patch)
treeccd622a570aebf8ff917dd6c0ac49af274c1771e
parent0e6cffc79d936e35e61a04da71c212478b468250 (diff)
Add sig_scheduling
It runs sig-scheduling tests which are not included in K8s conformance. It adds 19 single tests. Change-Id: I9b34c327cc1079e401771b1fa77a6baeef24251c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 8bfdc8569b9eaffb96562e7753423d3ded218ed4)
-rw-r--r--ansible/site.yml1
-rw-r--r--docker/smoke/testcases.yaml17
2 files changed, 18 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index 2ed2ce8a..2c367d14 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -23,6 +23,7 @@
- sig_cli
- sig_network
- sig_network_features
+ - sig_scheduling
- sig_storage
- container: functest-kubernetes-security
tests:
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index 69f7f0f0..085d329d 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -147,6 +147,23 @@ tiers:
\\[Feature:IPv6DualStackAlphaFeature\\]|\
\\[Feature:SCTP\\]|\\[Feature:Example\\]"
-
+ case_name: sig_scheduling
+ project_name: functest
+ criteria: 100
+ blocking: false
+ description: >-
+ It runs the remaining sig-network testing excluding the
+ next labels: Conformance (part of k8s_conformance) and the
+ GPUDevicePlugin feature.
+ dependencies:
+ - DEPLOY_SCENARIO: 'k8-*'
+ run:
+ name: e2e_testing
+ args:
+ focus: \[sig-scheduling\]
+ skip: "\\[Disruptive\\]|\\[Flaky\\]|\
+ \\[Conformance\\]|\\[Feature:GPUDevicePlugin\\]"
+ -
case_name: sig_storage
project_name: functest
criteria: 100