Skip to content

Commit

Permalink
tests: fixed "MAC binding aging" and "IGMP external querier"
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Acked-by: Ales Musil <amusil@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
simonartxavier authored and dceara committed Jul 5, 2023
1 parent ae07807 commit 4008d52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/ovn.at
Original file line number Diff line number Diff line change
Expand Up @@ -23650,6 +23650,10 @@ check ovs-vsctl -- add-port br-int hv2-vif2 -- \
wait_for_ports_up
check ovn-nbctl --wait=hv sync

# Wait for pinctrl thread to be connected
OVS_WAIT_UNTIL([grep pinctrl hv1/ovn-controller.log | grep -c connected])
OVS_WAIT_UNTIL([grep pinctrl hv2/ovn-controller.log | grep -c connected])

AT_CAPTURE_FILE([exp])
AT_CAPTURE_FILE([rcv])
check_packets() {
Expand Down Expand Up @@ -34512,6 +34516,10 @@ OVN_POPULATE_ARP
wait_for_ports_up
AT_CHECK([ovn-nbctl --wait=hv sync])

# Wait for pinctrl thread to be connected
OVS_WAIT_UNTIL([grep pinctrl hv1/ovn-controller.log | grep -c connected])
OVS_WAIT_UNTIL([grep pinctrl hv2/ovn-controller.log | grep -c connected])

send_garp() {
hv=$1
dev=$2
Expand Down

0 comments on commit 4008d52

Please sign in to comment.