X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_acl_plugin_l2l3.py;h=8caca0b225b47f0906a9f8c1541da6424dec198a;hb=4a8fde0e51a94191efecedb431d6b9a524a23b29;hp=343e611751baad43a2a85cce93657dd0b65266ff;hpb=d9b0c6fbf7aa5bd9af84264105b39c82028a4a29;p=vpp.git diff --git a/test/test_acl_plugin_l2l3.py b/test/test_acl_plugin_l2l3.py index 343e611751b..8caca0b225b 100644 --- a/test/test_acl_plugin_l2l3.py +++ b/test/test_acl_plugin_l2l3.py @@ -29,6 +29,7 @@ from socket import inet_pton, AF_INET, AF_INET6 from random import choice, shuffle from pprint import pprint from ipaddress import ip_network +from config import config import scapy.compat from scapy.packet import Raw @@ -45,6 +46,7 @@ import time from vpp_acl import AclRule, VppAcl, VppAclInterface +@unittest.skipIf("acl" in config.excluded_plugins, "Exclude ACL plugin tests") class TestACLpluginL2L3(VppTestCase): """TestACLpluginL2L3 Test Case"""