add ipsecmb plugin
[vpp.git] / test / test_ipsecmb_nat.py
1 #!/usr/bin/env python
2
3 from test_ipsec_nat import TemplateIPSecNAT
4
5
6 class IPSecMBNATTestCase(TemplateIPSecNAT):
7     """ IPSecMB/NAT """
8     extra_vpp_plugin_config = [
9         "plugin", "ipsecmb_plugin.so", "{", "enable", "}"]
10
11     @classmethod
12     def ipsec_select_backend(cls):
13         cls.vapi.ipsec_select_backend(protocol=cls.vpp_ah_protocol, index=1)