ovn-org / ovn-kubernetes

A robust Kubernetes networking platform
https://ovn-kubernetes.io/
Apache License 2.0
811 stars 338 forks source link

UDN, non-IC: network isolation e2e tests fail on non-IC deployments #4528

Open maiqueb opened 2 months ago

maiqueb commented 2 months ago

What happened?

The e2e tests about network isolation from the default network are failing on non-IC deployments:

Summarizing 2 Failures:
  [FAIL] Network Segmentation a user defined primary network is isolated from the default network [It] with L2 dualstack primary UDN
  /home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/network_segmentation.go:258
  [FAIL] Network Segmentation a user defined primary network is isolated from the default network [It] with L3 dualstack primary UDN
  /home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/network_segmentation.go:258

This can be triggered by running the lane introduced in #4518 .

What did you expect to happen?

The e2e tests should pass.

How can we reproduce it (as minimally and precisely as possible)?

Run the UDN e2e tests on a non-IC cluster.

Check the presubmit results on the network segmentation, non-IC deployment lane after #4518 is merged.

Anything else we need to know?

No response

OVN-Kubernetes version

All.

Kubernetes version

All.

OVN version

No response

OVS version

No response

Platform

All.

OS version

No response

Install tools

No response

Container runtime (CRI) and version (if applicable)

No response

maiqueb commented 2 months ago

/cc @npinaeva