diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-26 16:12:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-26 16:20:09 +0200 |
commit | 61b795d50d3d9f9179ca008b9314725da7ac759c (patch) | |
tree | 346feb54046fda55c1a7f6efc65f7cf81aa14635 /docker/smoke | |
parent | 4eb16c00c6ae44147b7be4045030387be3945030 (diff) |
Remove sig_network_serial
PerformanceDNS is now optional [1] and DNS configMap nameserver makes
operations on coredns which would break an living deployment [2].
sig_network_serial is now enpty and then can be safely removed.
[1] https://github.com/cntt-n/CNTT/pull/2580
[2] https://github.com/kubernetes/kubernetes/blob/c262d09bb7d22d62665aa215b5c6d1dd2a865007/test/e2e/network/dns_common.go#L238
Change-Id: I525cf894699a1d56f0b3cbb8e630d40ea3549b51
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 775135dd1ef01ab50a22846067bfdd87903f836e)
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 230637ed..e273e487 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -213,37 +213,10 @@ tiers: \\[Feature:NEG\\]|\ \\[Feature:Networking-IPv6\\]|\ \\[Feature:NetworkPolicy\\]|\ - \\[Feature:SCTP\\]|\ - \\[Feature:SCTPConnectivity\\]| - load.balancer|LoadBalancer|\ - Network.should.set.TCP.CLOSE_WAIT.timeout" - - case_name: sig_network_serial - project_name: functest - criteria: 100 - blocking: false - description: >- - It runs the remaining sig-network testing excluding - the label Conformance (part of k8s_conformance) and a few features. - dependencies: - - DEPLOY_SCENARIO: "k8-*" - run: - name: e2e_testing - args: - ginkgo: - focus: \[sig-network\].*\[Serial\] - skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ - \\[Conformance\\]|\ - \\[Feature:Example\\]|\ - \\[Feature:Ingress\\]|\ - \\[Feature:IPv6DualStack\\]|\ - \\[Feature:kubemci\\]|\ - \\[Feature:KubeProxyDaemonSetMigration\\]|\ - \\[Feature:KubeProxyDaemonSetUpgrade\\]|\ - \\[Feature:NEG\\]|\ - \\[Feature:Networking-IPv6\\]|\ - \\[Feature:NetworkPolicy\\]|\ + \\[Feature:PerformanceDNS\\]|\ \\[Feature:SCTP\\]|\ \\[Feature:SCTPConnectivity\\]|\ + DNS configMap nameserver|\ load.balancer|LoadBalancer|\ Network.should.set.TCP.CLOSE_WAIT.timeout" - case_name: sig_node |