From 231d166a68e5af86164de422f0a9971d41c32cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20G=C3=BC=C3=A7l=C3=BC?= Date: Sun, 12 Sep 2021 18:07:09 +0300 Subject: [PATCH] Enable skipped tests in disconnected for connected workflows This PR enables tests, whose are skipped in disconnected configurations, in connected metal ipi workflows. --- .../baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml | 9 --------- 1 file changed, 9 deletions(-) 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 39f71e7861ac1..f81cb1ea6efab 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 @@ -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 @@ -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"