Skip to content

Commit

Permalink
tests: fixed "Logical router policy packet marking"
Browse files Browse the repository at this point in the history
The test was sometimes failing if an arp packet was received
after installing priority=0 flow, and before installing
the flow matching arp.

Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit 66bea3a)
  • Loading branch information
simonartxavier authored and dceara committed Oct 6, 2023
1 parent ed2ca4a commit ded718f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ovn.at
Original file line number Diff line number Diff line change
Expand Up @@ -24890,9 +24890,10 @@ OVS_WAIT_UNTIL([
])

as hv1 check ovs-ofctl del-flows br-phys

AT_DATA([flows.txt], [dnl
table=0, priority=0 actions=NORMAL
table=0, priority=200 arp,actions=drop
table=0, priority=0 actions=NORMAL
table=0, priority=100, pkt_mark=0x64 actions=drop
table=0, priority=100, pkt_mark=0x2 actions=drop
table=0, priority=100, pkt_mark=0x3 actions=drop
Expand Down

0 comments on commit ded718f

Please sign in to comment.