Guest User

Untitled

a guest
Jun 6th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.74 KB | None | 0 0
  1. diff --git a/tests/system-traffic.at b/tests/system-traffic.at
  2. index 64174613a..8ddfe2b18 100644
  3. --- a/tests/system-traffic.at
  4. +++ b/tests/system-traffic.at
  5. @@ -6751,7 +6751,9 @@ table=8             ip,nw_dst=10.1.1.2 action=output:ovs-p1
  6.  
  7.  AT_CHECK([ovs-ofctl --bundle add-flows br0 flows.txt])
  8.  
  9. -NS_CHECK_EXEC([at_ns1], [echo "foobar" |nc $NC_EOF_OPT 10.254.254.1 1234])
  10. +for i in $(seq 10); do
  11. +  NS_CHECK_EXEC([at_ns1], [echo "foobar" |nc $NC_EOF_OPT 10.254.254.1 1234])
  12. +done
  13.  
  14.  AT_CHECK([ovs-appctl dpctl/dump-conntrack | FORMAT_CT(10.254.254)], [0], [dnl
  15.  tcp,orig=(src=10.1.1.2,dst=10.254.254.1,sport=<cleared>,dport=<cleared>),reply=(src=10.254.254.1,dst=10.1.1.2,sport=<cleared>,dport=<cleared>),mark=1,protoinfo=(state=<cleared>)
Add Comment
Please, Sign In to add comment