Add sig_scheduling 31/72231/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 12:30:30 +0000 (13:30 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 Mar 2021 13:35:00 +0000 (14:35 +0100)
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)

ansible/site.yml
docker/smoke/testcases.yaml

index 2ed2ce8..2c367d1 100644 (file)
@@ -23,6 +23,7 @@
             - sig_cli
             - sig_network
             - sig_network_features
+            - sig_scheduling
             - sig_storage
         - container: functest-kubernetes-security
           tests:
index 69f7f0f..085d329 100644 (file)
@@ -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