tests: skip more excluded plugin tests
Check and skip VPP_EXCLUDED_PLUGINS tests for most of plugins. Type: improvement Signed-off-by: Dmitry Valter <d-valter@yandex-team.com> Change-Id: I23fd3666729251c639aa8da72a676058e3f5bb4e
This commit is contained in:

committed by
Dave Wallace

parent
7b7bc045f8
commit
34fa0ce8f7
@ -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"""
|
||||
|
||||
|
Reference in New Issue
Block a user