ovn-ic-nbctl --wait=sb sync does not guarantee cross AZ sync.

Fixes: 4ea2f80d2530 ("ic: remove orphan ovn interconnection routes")
Signed-off-by: Xavier Simonart <[email protected]>
---
 tests/ovn-ic.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovn-ic.at b/tests/ovn-ic.at
index 8166e73ac..5d1de13c6 100644
--- a/tests/ovn-ic.at
+++ b/tests/ovn-ic.at
@@ -453,7 +453,7 @@ check ovn-ic-nbctl --wait=sb sync
 
 ovn_as az1
 
-check_row_count ic-sb:Route 3 ip_prefix=192.168.0.0/16
+wait_row_count ic-sb:Route 3 ip_prefix=192.168.0.0/16
 
 # remove transit switch 1 (from az1) and check if its route is deleted
 # same route from another AZ and ts should remain, as
-- 
2.47.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to