aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pipe.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pipe.py')
-rw-r--r--test/test_pipe.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_pipe.py b/test/test_pipe.py
index 83f5f96c998..01d2f30f494 100644
--- a/test/test_pipe.py
+++ b/test/test_pipe.py
@@ -11,6 +11,7 @@ from asfframework import VppTestRunner
from vpp_interface import VppInterface
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
from vpp_acl import AclRule, VppAcl, VppAclInterface
+from config import config
NUM_PKTS = 67
@@ -63,6 +64,7 @@ class VppPipe(VppInterface):
)
+@unittest.skipIf("acl" in config.excluded_plugins, "Exclude tests requiring ACL plugin")
class TestPipe(VppTestCase):
"""Pipes"""