Skip to content

Commit 36bc927

Browse files
danwinshipbertinatto
authored andcommitted
UPSTREAM: <carry>: Fix default skips in test-kubernetes-e2e.sh
It was still skipping [Skipped:Network/OpenShiftSDN] even though the tests use ovn-kubernetes now. The only test that is currently marked [Skipped:Network/OVNKubernetes] was also marked [Skipped:Network/OpenShiftSDN], which is why it still worked, but this meant that we were skipping other tests that _shouldn't_ have been skipped on ovn-k. (Of course, any problems that resulted from this would be caught in other e2es later, so this wasn't actually permanently masking any problems.)
1 parent 19b6ea8 commit 36bc927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift-hack/test-kubernetes-e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ esac
2525
# openshift-tests will check the cluster's network configuration and
2626
# automatically skip any incompatible tests. We have to do that manually
2727
# here.
28-
NETWORK_SKIPS="\[Skipped:Network/OpenShiftSDN\]|\[Feature:Networking-IPv6\]|\[Feature:IPv6DualStack.*\]|\[Feature:SCTPConnectivity\]"
28+
NETWORK_SKIPS="\[Skipped:Network/OVNKubernetes\]|\[Feature:Networking-IPv6\]|\[Feature:IPv6DualStack.*\]|\[Feature:SCTPConnectivity\]"
2929

3030
# Support serial and parallel test suites
3131
TEST_SUITE="${TEST_SUITE:-parallel}"

0 commit comments

Comments
 (0)