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
networksegment.,cudn: Wait for NetworkCreated or NetworkReady condition
Following the incoming changes of ClusterUserDefinedNetwork CRD condition
type [1], tests that assert on the NetworkReady condition type should
take in account the renamed type NetworkCreated to avoid CI breakage
in the following scenarios:
- Production code changes reached D/S before tests code changes:
Having the CUDN CRD produce the new condition type (NetworkCreated),
while e2e tests assert on the old condition type (NetworkReady).
- Tests code changes reached D/S before production code changes:
Having the CUDN CRD produce the old condition type (NetworkReady),
while tests assert on the new condition type (NetworkCreated).
Change assertions on CUDN condition type NetworkReady, expect condition type
NetworkReady or NetworkCreated.
[1] ovn-kubernetes/ovn-kubernetes#4884
Signed-off-by: Or Mergi <[email protected]>
0 commit comments