X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=test%2Ftest_nat.py;h=c64359a4db743ebf187c4198a12b2e3c80f5433d;hp=e3aa267c805e2fd9c2eabb3536b2d71f2a7c0869;hb=fc7344f;hpb=a45dc07c153c4dd350b02fd30de471bbdb838ac9 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):