diff options
Diffstat (limited to 'test/test_nat.py')
-rw-r--r-- | test/test_nat.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_nat.py b/test/test_nat.py index e3aa267c805..c64359a4db7 100644 --- a/test/test_nat.py +++ b/test/test_nat.py @@ -6106,8 +6106,7 @@ class TestNAT44Out2InDPO(MethodHolder): self.src_ip6_pfx_len = 96 self.vapi.map_add_domain(self.dst_ip6_pfx_n, self.dst_ip6_pfx_len, self.src_ip6_pfx_n, self.src_ip6_pfx_len, - '\x00\x00\x00\x00', 0, is_translation=1, - is_rfc6052=1) + '\x00\x00\x00\x00', 0) @unittest.skip('Temporary disabled') def test_464xlat_ce(self): |