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

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