Fixes: 506f7d4bcfbc ("northd: rely on new actions for ecmp-symmetric routing")Signed-off-by: Xavier Simonart <[email protected]> --- tests/system-ovn.at | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/system-ovn.at b/tests/system-ovn.at index dbac646fc..6eb569033 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -5992,12 +5992,14 @@ AT_CHECK([ovs-appctl dpctl/dump-flows | grep 'ct_state(-new+est+rpl+trk).*ct_lab # Flush conntrack entries for easier output parsing of next test. AT_CHECK([ovs-appctl dpctl/flush-conntrack]) - # Change bob1 L2 address anche check the reply is properly updated. ovn-nbctl set Logical_Router_Port R2_ext mac='"00:00:10:01:02:04"' ovn-nbctl set Logical_Switch_Port r2-ext \ type=router options:router-port=R2_ext addresses='"00:00:10:01:02:04"' +# Wait for ovn-controller before sending traffic +ovn-nbctl --wait=hv sync + NS_CHECK_EXEC([bob1], [nc -z 10.0.0.2 80], [0]) AT_CHECK([ovs-appctl dpctl/dump-flows | grep 'ct_state(+new-est-rpl+trk).*ct(.*label=0x1001020400000000/.*)' -c], [0], [dnl 1 @@ -6011,7 +6013,6 @@ sed -e 's/zone=[[0-9]]*/zone=<cleared>/' | sed -e 's/mark=[[0-9]]*/mark=<cleared>/'], [0], [dnl tcp,orig=(src=172.16.0.1,dst=10.0.0.2,sport=<cleared>,dport=<cleared>),reply=(src=10.0.0.2,dst=172.16.0.1,sport=<cleared>,dport=<cleared>),zone=<cleared>,mark=<cleared>,labels=0x1001020400000000,protoinfo=(state=<cleared>) ]) - # Check entries in table 76 and 77 expires w/o traffic OVS_WAIT_UNTIL([ test $(ovs-ofctl dump-flows br-int | grep -c 'table=76, n_packets') -eq 0 -- 2.31.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
