From ff1c18a6dcdc44e2d2dfb4ad9d302ef98d1ecbfe Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 3 May 2022 17:50:20 +0200 Subject: [PATCH] Skip internet connection test if we use a proxy Proxy jobs run in an isolated network, the nc command does not correctly use the proxy configuration defined in the system and the test constantly fails. --- .../util/annotate/generated/zz_generated.annotations.go | 4 ++-- test/extended/util/annotate/rules.go | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/extended/util/annotate/generated/zz_generated.annotations.go b/test/extended/util/annotate/generated/zz_generated.annotations.go index 54f6de9737ce..60c9be76df8b 100644 --- a/test/extended/util/annotate/generated/zz_generated.annotations.go +++ b/test/extended/util/annotate/generated/zz_generated.annotations.go @@ -2295,9 +2295,9 @@ var annotations = map[string]string{ "[Top Level] [sig-network] Networking should check kube-proxy urls": "should check kube-proxy urls [Disabled:Broken] [Suite:k8s]", - "[Top Level] [sig-network] Networking should provide Internet connection for containers [Feature:Networking-IPv4]": "should provide Internet connection for containers [Feature:Networking-IPv4] [Skipped:Disconnected] [Skipped:azure] [Suite:openshift/conformance/parallel] [Suite:k8s]", + "[Top Level] [sig-network] Networking should provide Internet connection for containers [Feature:Networking-IPv4]": "should provide Internet connection for containers [Feature:Networking-IPv4] [Skipped:Disconnected] [Skipped:Proxy] [Skipped:azure] [Suite:openshift/conformance/parallel] [Suite:k8s]", - "[Top Level] [sig-network] Networking should provide Internet connection for containers [Feature:Networking-IPv6][Experimental][LinuxOnly]": "should provide Internet connection for containers [Feature:Networking-IPv6][Experimental][LinuxOnly] [Disabled:Broken] [Skipped:Disconnected] [Skipped:azure] [Suite:k8s]", + "[Top Level] [sig-network] Networking should provide Internet connection for containers [Feature:Networking-IPv6][Experimental][LinuxOnly]": "should provide Internet connection for containers [Feature:Networking-IPv6][Experimental][LinuxOnly] [Disabled:Broken] [Skipped:Disconnected] [Skipped:Proxy] [Skipped:azure] [Suite:k8s]", "[Top Level] [sig-network] Networking should provide unchanging, static URL paths for kubernetes api services": "should provide unchanging, static URL paths for kubernetes api services [Disabled:Broken] [Suite:k8s]", diff --git a/test/extended/util/annotate/rules.go b/test/extended/util/annotate/rules.go index 00d37e0ed399..f8f22a10a0c3 100644 --- a/test/extended/util/annotate/rules.go +++ b/test/extended/util/annotate/rules.go @@ -118,6 +118,8 @@ var ( `\[sig-network\] DNS should resolve DNS of partial qualified names for services`, `\[sig-arch\] Only known images used by tests`, `\[sig-network\] DNS should provide DNS for the cluster`, + // This test does not work when using in-proxy cluster, see https://bugzilla.redhat.com/show_bug.cgi?id=2084560 + `\[sig-network\] Networking should provide Internet connection for containers`, }, "[Skipped:SingleReplicaTopology]": { `\[sig-apps\] Daemon set \[Serial\] should rollback without unnecessary restarts \[Conformance\]`,