aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ipsecmb_nat.py
blob: 82f5daa0fb12ff2266f14fecfd8f47f353f7202b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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)