Skip to content

Commit

Permalink
tests: Fix flaky "ovn-controller incremental processing".
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Simonart <[email protected]>
Acked-by: Ales Musil <[email protected]>
Signed-off-by: Dumitru Ceara <[email protected]>
(cherry picked from commit 1729247)
  • Loading branch information
simonartxavier authored and dceara committed Jan 16, 2025
1 parent 5d0ebb4 commit 8e831cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ovn-performance.at
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e831cc

Please sign in to comment.