aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcap.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pcap.py')
-rw-r--r--test/test_pcap.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_pcap.py b/test/test_pcap.py
index 72d215cea06..b73a601bcc8 100644
--- a/test/test_pcap.py
+++ b/test/test_pcap.py
@@ -9,8 +9,12 @@ from scapy.packet import Raw
from framework import VppTestCase
from asfframework import VppTestRunner
+from config import config
+@unittest.skipIf(
+ "dispatch-trace" in config.excluded_plugins, "Exclude dispatch trace plugin tests"
+)
class TestPcap(VppTestCase):
"""Pcap Unit Test Cases"""