aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_lldp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_lldp.py')
-rw-r--r--test/test_lldp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_lldp.py b/test/test_lldp.py
index 0a69be7c7b1..8b3f4cf1da2 100644
--- a/test/test_lldp.py
+++ b/test/test_lldp.py
@@ -96,6 +96,7 @@ class TestLldpCli(VppTestCase):
self.assertNotIn("pg0", reply)
+@unittest.skipIf("lldp" in config.excluded_plugins, "Exclude lldp plugin tests")
class TestLldpVapi(VppTestCase):
"""LLDP plugin test [VAPI]"""