diff options
author | Florin Coras <florin.coras@gmail.com> | 2019-01-02 17:43:01 +0000 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-01-02 18:50:37 +0000 |
commit | 4a7cbcd06b3fa1f44366a606d5c148cce816503b (patch) | |
tree | 69875f8c2342ddf376770e0d55876fdc53fc4aa2 /test/test_ipsecmb_nat.py | |
parent | d9818dd68c162079f3ddb5443a78d0d91d55d0fe (diff) |
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 <fcoras@cisco.com>
Diffstat (limited to 'test/test_ipsecmb_nat.py')
-rw-r--r-- | test/test_ipsecmb_nat.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/test_ipsecmb_nat.py b/test/test_ipsecmb_nat.py deleted file mode 100644 index 82f5daa0fb1..00000000000 --- a/test/test_ipsecmb_nat.py +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env python - -from test_ipsec_nat import TemplateIPSecNAT - - -class IPSecMBNATTestCase(TemplateIPSecNAT): - """ IPSecMB/NAT """ - 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) |