Signed-off-by: Xavier Simonart <xsimo...@redhat.com>
---
 tests/ovn-performance.at | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/ovn-performance.at b/tests/ovn-performance.at
index 249302a10..6e264a30e 100644
--- a/tests/ovn-performance.at
+++ b/tests/ovn-performance.at
@@ -238,6 +238,9 @@ for i in `seq 1 5`; do
     as hv$i
     ovs-vsctl add-br br-phys
     ovn_attach n1 br-phys 192.168.0.$i
+    # Do not postpone patch ports related changes, as they may occur more or 
less anywere within the test,
+    # hence causing unexpected recomputes.
+    check ovn-appctl -t ovn-controller debug/ignore-startup-delay
     if [[ $i -ge 3 ]] ; then
         ovs-vsctl add-br br-ex
         ovs-vsctl set open . external_ids:ovn-bridge-mappings="public:br-ex"
-- 
2.47.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to