diff options
Diffstat (limited to 'test/test_svs.py')
-rw-r--r-- | test/test_svs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_svs.py b/test/test_svs.py index 1efc8fc846b..01173a201b7 100644 --- a/test/test_svs.py +++ b/test/test_svs.py @@ -12,10 +12,12 @@ from scapy.layers.inet import IP, UDP from scapy.layers.inet6 import IPv6 from vpp_papi import VppEnum +from config import config NUM_PKTS = 67 +@unittest.skipIf("svs" in config.excluded_plugins, "Exclude SVS plugin tests") class TestSVS(VppTestCase): """SVS Test Case""" |