X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ipsec_nat.py;h=dcedf64b52d79e8b0a676d776f73c174480899fe;hb=959613b5d7fbb8fadcd96853585268ffc33b3593;hp=3209def213bbe7fc2fe1d5c7db63b13aefb58465;hpb=9673e3e628b01c4ea4ac74a85e42b3686b029ea6;p=vpp.git diff --git a/test/test_ipsec_nat.py b/test/test_ipsec_nat.py index 3209def213b..dcedf64b52d 100644 --- a/test/test_ipsec_nat.py +++ b/test/test_ipsec_nat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import socket @@ -63,8 +63,7 @@ class IPSecNATTestCase(TemplateIpsec): VppIpRoute(self, p.remote_tun_if_host, p.addr_len, [VppRoutePath(self.tun_if.remote_addr[p.addr_type], 0xffffffff, - proto=d)], - is_ip6=p.is_ipv6).add_vpp_config() + proto=d)]).add_vpp_config() def tearDown(self): super(IPSecNATTestCase, self).tearDown()