From 34fa0ce8f70a341df432b0baa3deaa1e87c71b95 Mon Sep 17 00:00:00 2001 From: Dmitry Valter Date: Mon, 11 Mar 2024 10:38:46 +0000 Subject: tests: skip more excluded plugin tests Check and skip VPP_EXCLUDED_PLUGINS tests for most of plugins. Type: improvement Signed-off-by: Dmitry Valter Change-Id: I23fd3666729251c639aa8da72a676058e3f5bb4e --- test/test_vxlan6.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_vxlan6.py') diff --git a/test/test_vxlan6.py b/test/test_vxlan6.py index 1bf01262a48..36e2f26e62f 100644 --- a/test/test_vxlan6.py +++ b/test/test_vxlan6.py @@ -14,8 +14,10 @@ import util from vpp_ip_route import VppIpRoute, VppRoutePath from vpp_vxlan_tunnel import VppVxlanTunnel from vpp_ip import INVALID_INDEX +from config import config +@unittest.skipIf("vxlan" in config.excluded_plugins, "Exclude VXLAN plugin tests") class TestVxlan6(BridgeDomain, VppTestCase): """VXLAN over IPv6 Test Case""" -- cgit 1.2.3-korg