You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix CUDN status condition tests for new TransportAccepted condition
upstream ovn-kubernetes commit [0] added a new TransportAccepted
status condition to ClusterUserDefinedNetwork resources. two tests
and a helper function assumed the condition list only contained
network conditions and broke when TransportAccepted appeared.
fixes:
- validateClusterUDNStatusReportsActiveNamespacesFunc: iterate
conditions to find NetworkCreated/NetworkReady instead of
assuming conditions[0]
- "should report not-ready" test: use ContainElement instead of
ConsistOf so extra conditions don't cause failures
[0] ovn-kubernetes/ovn-kubernetes@b855462
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments