From 4a7cbcd06b3fa1f44366a606d5c148cce816503b Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 2 Jan 2019 17:43:01 +0000 Subject: Revert "add ipsecmb plugin" This reverts commit be16020c5034bc69df25a8ecd7081aec9898d93c. The arm verify job actually failed but the result was overwritten by an x86 ubuntu retry. Change-Id: Idcae7691fc575053563b8ff8bcad661c15891668 Signed-off-by: Florin Coras --- test/test_ipsecmb_ah.py | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 test/test_ipsecmb_ah.py (limited to 'test/test_ipsecmb_ah.py') diff --git a/test/test_ipsecmb_ah.py b/test/test_ipsecmb_ah.py deleted file mode 100644 index 294d5ceeb89..00000000000 --- a/test/test_ipsecmb_ah.py +++ /dev/null @@ -1,31 +0,0 @@ -from test_ipsec_ah import TemplateIpsecAh -from template_ipsec import IpsecTraTests, IpsecTunTests, IpsecTcpTests - - -class TestIpsecMBAh1(TemplateIpsecAh, IpsecTraTests, IpsecTunTests): - """ IpsecMB AH - TUN & TRA tests """ - extra_vpp_plugin_config = [ - "plugin", "ipsecmb_plugin.so", "{", "enable", "}"] - - tra4_encrypt_node_name = "ah4-encrypt-ipsecmb" - tra4_decrypt_node_name = "ah4-decrypt-ipsecmb" - tra6_encrypt_node_name = "ah6-encrypt-ipsecmb" - tra6_decrypt_node_name = "ah6-decrypt-ipsecmb" - tun4_encrypt_node_name = "ah4-encrypt-ipsecmb" - tun4_decrypt_node_name = "ah4-decrypt-ipsecmb" - tun6_encrypt_node_name = "ah6-encrypt-ipsecmb" - tun6_decrypt_node_name = "ah6-decrypt-ipsecmb" - - @classmethod - def ipsec_select_backend(cls): - cls.vapi.ipsec_select_backend(protocol=cls.vpp_ah_protocol, index=1) - - -class TestIpsecMBAh2(TemplateIpsecAh, IpsecTcpTests): - """ IpsecMB AH - TCP tests """ - extra_vpp_plugin_config = [ - "plugin", "ipsecmb_plugin.so", "{", "enable", "}"] - - @classmethod - def ipsec_select_backend(cls): - cls.vapi.ipsec_select_backend(protocol=cls.vpp_ah_protocol, index=1) -- cgit 1.2.3-korg