Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop forcing tunnel type to VXLAN for Kind NetworkPolicy tests #2625

Conversation

antoninbas
Copy link
Contributor

A patch was merged in upstream OVS and we picked up this patch when we
upgraded to OVS 2.15.1.

Fixes #897

Signed-off-by: Antonin Bas abas@vmware.com

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>
@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2021

Codecov Report

Merging #2625 (8619eca) into main (d4267b9) will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2625      +/-   ##
==========================================
- Coverage   60.72%   60.57%   -0.16%     
==========================================
  Files         285      285              
  Lines       23053    23053              
==========================================
- Hits        14000    13965      -35     
- Misses       7580     7621      +41     
+ Partials     1473     1467       -6     
Flag Coverage Δ
kind-e2e-tests 47.54% <ø> (-0.20%) ⬇️
unit-tests 41.69% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/agent/controller/traceflow/packetin.go 59.49% <0.00%> (-5.49%) ⬇️
...agent/controller/traceflow/traceflow_controller.go 69.85% <0.00%> (-3.55%) ⬇️
pkg/controller/traceflow/controller.go 70.30% <0.00%> (-2.43%) ⬇️
pkg/agent/proxy/endpoints.go 65.00% <0.00%> (-1.25%) ⬇️
pkg/agent/openflow/pipeline.go 74.14% <0.00%> (-0.63%) ⬇️
...ntroller/networkpolicy/networkpolicy_controller.go 70.33% <0.00%> (-0.62%) ⬇️
pkg/agent/agent.go 50.10% <0.00%> (ø)
pkg/agent/route/route_linux.go 44.41% <0.00%> (+0.26%) ⬆️
pkg/apiserver/storage/ram/store.go 80.45% <0.00%> (+1.50%) ⬆️

@antoninbas
Copy link
Contributor Author

/skip-all

@antoninbas antoninbas merged commit f21f45e into antrea-io:main Aug 23, 2021
@antoninbas antoninbas deleted the stop-forcing-tunnel-type-to-vxlan-for-kind-np-tests branch August 23, 2021 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Netpol test suite randomly fails when run in Kind and with tunnel type set to Geneve
3 participants