Signed-off-by: Xavier Simonart <xsimo...@redhat.com>
Acked-by: Mark Michelson <mmich...@redhat.com>

---
- v2: Added Acked by Mark.
---
 tests/ovn.at | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/ovn.at b/tests/ovn.at
index 72bdf08ca..42f9e6278 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -9786,10 +9786,9 @@ as hv1 ovs-appctl netdev-dummy/receive hv1-ls1lp2 $packet
 # ARP packet should be received with Target IP Address set to 192.168.1.254 and
 # not 8.8.8.8
 
-$PYTHON "$ovs_srcdir/utilities/ovs-pcap.in" hv1/ls2lp2-tx.pcap | trim_zeros > 
packets
 
expected="fffffffffffff0000000000208060001080006040001f00000000002c0a80101000000000000c0a801fe"
-echo $expected > expout
-AT_CHECK([cat packets], [0], [expout])
+echo $expected > expected
+OVN_CHECK_PACKETS([hv1/ls2lp2-tx.pcap], [expected])
 cat packets
 
 OVN_CLEANUP([hv1])
-- 
2.47.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to