Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down