Skip to content

Commit

Permalink
tests: mcast-snooping: Stop time for the group protocol test.
Browse files Browse the repository at this point in the history
Otherwise, it randomly fails due to age not being zero under load:

  tests/mcast-snooping.at:645: ovs-appctl mdb/show br0
  --- -
  +++ /at-groups/2592/stdout
  @@ -1,5 +1,5 @@
    port  VLAN  protocol  GROUP                Age
  -    1     0  IGMPv1    224.1.1.1           0
  +    1     0  IGMPv1    224.1.1.1           1
       1     0  IGMPv2    224.1.1.2           0
       1     0  IGMPv3    233.54.12.230           0

Fixes: b222593 ("mcast-snooping: Add group protocol to mdb/show output.")
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Simon Horman <horms@ovn.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
  • Loading branch information
igsilya committed Jan 19, 2024
1 parent bacd2c3 commit 9ca8d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mcast-snooping.at
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ AT_CHECK([
other-config:hwaddr=aa:55:aa:55:00:01 ofport_request=1 \
], [0])

AT_CHECK([ovs-appctl time/stop])

# Send IGMPv1 report packet.
AT_CHECK([
ovs-appctl netdev-dummy/receive p1 \
Expand Down

0 comments on commit 9ca8d3a

Please sign in to comment.