Skip to content

Commit

Permalink
OCPBUGS-13014: Skip "with capture" e2e tests on OVNK
Browse files Browse the repository at this point in the history
Currently the capture tests are not respecting our settings for
secondary interfaces and as a result they try to use the enp2s0
interface in a bond. This won't work since that's the interface
used by configure-ovs, so until we work out a way to make those
tests behave correctly in OVNK clusters we need to skip them in order
to get useful results from the ovn e2e jobs.

(cherry picked from commit 43740da)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
  • Loading branch information
cybertron authored and dougsland committed May 17, 2023
1 parent e40cc8a commit 71bd439
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/ocp-e2e-tests-handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ fi
if oc get ns openshift-ovn-kubernetes &> /dev/null; then
# We are using OVNKubernetes -> use enp1s0 as primary nic
export PRIMARY_NIC=enp1s0
# Some tests don't work correctly in OVNK due to our inability to modify the br-ex interface
SKIPPED_TESTS+="|NodeNetworkConfigurationPolicy bonding default interface|\
with ping fail|\
when connectivity to default gw is lost after state configuration|\
when name servers are lost after state configuration|\
when name servers are wrong after state configuration|\
LLDP configuration with nmpolicy"
LLDP configuration with nmpolicy|\
with capture"
fi

make cluster-sync-operator
Expand Down

0 comments on commit 71bd439

Please sign in to comment.