Skip to content

Commit

Permalink
tests: fix flaky Multiple OVS interfaces bound to same logical ports
Browse files Browse the repository at this point in the history
Fixes: 52cb9c3 ("ovn-controller: Fixed missing flows after interface deletion")
Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
simonartxavier authored and dceara committed Jun 8, 2023
1 parent 6e12077 commit 2942dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ovn.at
Original file line number Diff line number Diff line change
Expand Up @@ -34712,6 +34712,7 @@ m4_define([MULTIPLE_OVS_INT],
ovs-ofctl dump-flows br-int | grep $cookie |
sed -e 's/duration=[[0-9.]]*s, //g' |
sed -e 's/idle_age=[[0-9]]*, //g' |
sed -e 's/hard_age=[[0-9]]*, //g' |
sed -e 's/n_packets=[[0-9]]*, //g' |
sed -e 's/n_bytes=[[0-9]]*, //g'
}
Expand Down

0 comments on commit 2942dbc

Please sign in to comment.