This is continuation after discussion during review on 80187a803 (ovn-northd: Add flow to use eth.src if nd.tll is 0 in put_nd() action.)
Signed-off-by: Ales Musil <[email protected]> --- tests/ovn-northd.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at index 033b58b8c..3f2d5d20a 100644 --- a/tests/ovn-northd.at +++ b/tests/ovn-northd.at @@ -6707,6 +6707,7 @@ AT_CHECK([ovn-sbctl dump-flows DR | grep -e lr_in_unsnat -e lr_out_snat -e lr_in AT_CLEANUP +OVN_FOR_EACH_NORTHD([ AT_SETUP([LR NB Static_MAC_Binding table]) ovn_start @@ -6730,6 +6731,7 @@ ovn-nbctl --may-exist static-mac-binding-add lr0-p0 192.168.10.100 00:00:22:33:5 wait_row_count Static_MAC_Binding 1 logical_port=lr0-p0 ip=192.168.10.100 mac="00\:00\:22\:33\:55\:66" AT_CLEANUP +]) OVN_FOR_EACH_NORTHD([ AT_SETUP([LR neighbor lookup and learning flows]) -- 2.35.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
