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]>
Signed-off-by: 0-day Robot <[email protected]>
  • Loading branch information
simonartxavier authored and ovsrobot committed Dec 10, 2024
1 parent bc5b46e commit 51a9c1b
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 51a9c1b

Please sign in to comment.