Skip to content
Merged
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 @@ -39,14 +39,8 @@ ref:
documentation: The test suite to run. Use 'openshift-test run --help' to list available suites.
- name: TEST_SKIPS
default: |-
\[sig-apps\]\[Feature:DeploymentConfig\] deploymentconfigs with multiple image change triggers should run a successful deployment with a trigger used by different containers
\[sig-apps\]\[Feature:DeploymentConfig\] deploymentconfigs with multiple image change triggers should run a successful deployment with multiple triggers
\[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-cli\] oc debug ensure it works with image streams
\[sig-devex\] check registry.redhat.io is available and samples operator can import sample imagestreams run sample related validations
\[sig-devex\]\[Feature:Templates\] templateinstance readiness test should report failed soon after an annotated objects has failed
\[sig-devex\]\[Feature:Templates\] templateinstance readiness test should report ready soon after all annotated objects are ready
\[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
Expand All @@ -58,10 +52,7 @@ ref:
\[sig-network\] DNS should provide DNS for the cluster
\[sig-network\] DNS should resolve DNS of partial qualified names for services
\[sig-network\] DNS should resolve DNS of partial qualified names for the cluster
\[sig-network\]\[endpoints\] admission TestEndpointAdmission
\[sig-operator\] an end user can use OLM can subscribe to the operator
\[sig-storage\] In-tree Volumes \[Driver: nfs\] \[Testpattern: Dynamic PV (default fs)\] provisioning should provision storage with mount options
\[sig-network\] Netpol \[LinuxOnly\] NetworkPolicy between server and client should stop enforcing policies after they are deleted
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_UPGRADE_OPTIONS
default: "abort-at=100"
Expand Down