Recompute test might fail on some slow systems due to sb inactivity probe
causing recomputes.
Disable inactivity probe to avoid this issue.
Fixes: a7c7d451 ("controller: avoid recomputes triggered by SBDB Port_Binding
updates")
Signed-off-by: Xavier Simonart <[email protected]>
---
tests/ovn.at | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/ovn.at b/tests/ovn.at
index 5d73c3379..53519b92b 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -32611,6 +32611,8 @@ for i in $(seq 1 $n_hv); do
ovn_attach n1 br-phys 192.168.0.$i 24 geneve
done
+check ovn-sbctl set connection . inactivity_probe=0
+
add_switch_ports() {
start_port=$1
end_port=$2
--
2.31.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev