2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00

tests: mcast-snooping: Stop time for the group protocol test.

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: b222593bc69b ("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>
This commit is contained in:
Ilya Maximets 2024-01-18 20:25:23 +01:00
parent bacd2c304a
commit 9ca8d3a4d4

View File

@ -622,6 +622,8 @@ AT_CHECK([
other-config:hwaddr=aa:55:aa:55:00:01 ofport_request=1 \ other-config:hwaddr=aa:55:aa:55:00:01 ofport_request=1 \
], [0]) ], [0])
AT_CHECK([ovs-appctl time/stop])
# Send IGMPv1 report packet. # Send IGMPv1 report packet.
AT_CHECK([ AT_CHECK([
ovs-appctl netdev-dummy/receive p1 \ ovs-appctl netdev-dummy/receive p1 \