Blame SOURCES/0014-Disable-test-with-unsupported-link-type.patch

47589a
From b7a5a890eb36c562ed0a5196985120348b35b4e0 Mon Sep 17 00:00:00 2001
47589a
From: rpm-build <rpm-build>
47589a
Date: Thu, 14 Sep 2017 12:56:02 +0200
47589a
Subject: [PATCH] Disable test with unsupported link type
47589a
47589a
---
47589a
 tests/TESTLIST | 3 ++-
47589a
 1 file changed, 2 insertions(+), 1 deletion(-)
47589a
47589a
diff --git a/tests/TESTLIST b/tests/TESTLIST
47589a
index c0f6aff..0c4c2c9 100644
47589a
--- a/tests/TESTLIST
47589a
+++ b/tests/TESTLIST
47589a
@@ -503,7 +503,8 @@ juniper_es		juniper_es.pcap			juniper_es.out	-vvv -e
47589a
 
47589a
 # bad packets from Yannick Formaggio
47589a
 l2tp-avp-overflow	l2tp-avp-overflow.pcap		l2tp-avp-overflow.out	-v
47589a
-pktap-heap-overflow	pktap-heap-overflow.pcap	pktap-heap-overflow.out	-v
47589a
+# This link type is not supported by RHEL7's libpcap
47589a
+# pktap-heap-overflow	pktap-heap-overflow.pcap	pktap-heap-overflow.out	-v
47589a
 wb-oobr			wb-oobr.pcap			wb-oobr.out	-v
47589a
 
47589a
 # bad packets from Bhargava Shastry
47589a
-- 
47589a
2.13.5
47589a