From 8bfdc8569b9eaffb96562e7753423d3ded218ed4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 21 Mar 2021 13:30:30 +0100 Subject: [PATCH] Add sig_scheduling MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- ansible/site.yml | 1 + docker/smoke/testcases.yaml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/ansible/site.yml b/ansible/site.yml index bf2eb252..c4b688fb 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -20,6 +20,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 @@ -146,6 +146,23 @@ tiers: \\[Feature:Networking-IPv6\\]|\ \\[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 -- 2.16.6