X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_ikev2.py;h=5e2625d021134360748168691a36bdaef5540fc7;hb=bdeee2194b09c85ec1087550177555a24cc5d875;hp=f0fd20553794a6bb4dd1c97009bf23da3ec6d6e1;hpb=670724c51eccea6c622f047c546d15c894531ce3;p=vpp.git diff --git a/test/test_ikev2.py b/test/test_ikev2.py index f0fd2055379..5e2625d0211 100644 --- a/test/test_ikev2.py +++ b/test/test_ikev2.py @@ -580,6 +580,7 @@ class IKEv2SA(object): return digest.finalize() +@unittest.skipIf("ikev2" in config.excluded_plugins, "Exclude IKEv2 plugin tests") class IkePeer(VppTestCase): """common class for initiator and responder""" @@ -1667,6 +1668,7 @@ class Ikev2Params(object): ) +@unittest.skipIf("ikev2" in config.excluded_plugins, "Exclude IKEv2 plugin tests") class TestApi(VppTestCase): """Test IKEV2 API"""