diff --git a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh index 79af92ae0e6ad..f6af300cd865f 100644 --- a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh +++ b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh @@ -94,13 +94,6 @@ packet) # Mirroring test images is supported only for versions greater than or equal to 4.8 mirror_test_images - - # Skipping proxy related tests ([Skipped:Proxy]) is supported only for version greater than or equal to 4.10 - # For lower versions they must be skipped manually (only when running parallel suite) - if ! is_openshift_version_gte "4.10" && [[ "$TEST_SUITE" == "openshift/conformance/parallel" ]]; then - TEST_SKIPS="${TEST_SKIPS} -${TEST_SKIPS_PROXY}" - fi else export TEST_PROVIDER='{"type":"skeleton"}' use_minimal_test_list diff --git a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml index e0b1c76c26b6d..5a855a76330a6 100644 --- a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml +++ b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml @@ -41,7 +41,6 @@ ref: default: |- \[sig-auth\] \[Feature:NodeAuthenticator\] The kubelet can delegate ServiceAccount tokens to the API server \[sig-auth\] \[Feature:NodeAuthenticator\] The kubelet's main port 10250 should reject requests with no credentials - \[sig-instrumentation\]\[Late\] Alerts shouldn't report any alerts in firing or pending state apart from Watchdog and AlertmanagerReceiversNotConfigured and have no gaps in Watchdog firing \[sig-network\] Conntrack should be able to preserve UDP traffic when server pod cycles for a ClusterIP service \[sig-network\] Conntrack should be able to preserve UDP traffic when server pod cycles for a NodePort service \[sig-network\] DNS should provide /etc/hosts entries for the cluster @@ -55,15 +54,6 @@ ref: \[sig-storage\] In-tree Volumes \[Driver: nfs\] \[Testpattern: Dynamic PV (default fs)\] provisioning should provision storage with mount options \[sig-network-edge\]\[Conformance\]\[Area:Networking\]\[Feature:Router\] The HAProxy router should be able to connect to a service that is idled because a GET on the route will unidle it documentation: Regular expression (POSIX basic regular expression) of tests to skip. Note that the current list it's just a temporary measure for the baremetal platform. - - name: TEST_SKIPS_PROXY - default: |- - \[sig-cli\] Kubectl client Simple pod should support exec through an HTTP proxy - \[sig-cli\] Kubectl client Simple pod should support exec through kubectl proxy - \[sig-node\] Pods should support retrieving logs from the container over websockets - \[sig-cli\] Kubectl Port forwarding With a server listening on localhost should support forwarding over websockets - \[sig-cli\] Kubectl Port forwarding With a server listening on 0.0.0.0 should support forwarding over websockets - \[sig-node\] Pods should support remote command execution over websockets - documentation: Regular expression (POSIX basic regular expression) of tests to skip belonging to the proxied rule - name: TEST_UPGRADE_OPTIONS default: "abort-at=100" documentation: Options controlling how an upgrade is performed. See `openshift-test run-upgrade --help` for more details.