Skip to content

Commit

Permalink
Stop forcing tunnel type to VXLAN for Kind NetworkPolicy tests
Browse files Browse the repository at this point in the history
A patch was merged in upstream OVS and we picked up this patch when we
upgraded to OVS 2.15.1.

Fixes antrea-io#897

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed Aug 23, 2021
1 parent d4267b9 commit 8619eca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/kind/test-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ fi
if $endpointslice; then
manifest_args="$manifest_args --endpointslice"
fi
if $np; then
# See https://github.com/antrea-io/antrea/issues/897
manifest_args="$manifest_args --tun vxlan"
else
if ! $np; then
manifest_args="$manifest_args --no-np"
fi

Expand Down

0 comments on commit 8619eca

Please sign in to comment.