From: Klement Sekera Date: Thu, 23 Apr 2020 13:42:19 +0000 (+0000) Subject: nat: fix extended unit tests X-Git-Tag: v20.09-rc0~142 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F26667%2F4;p=vpp.git nat: fix extended unit tests Type: fix Fixes: b86437b79b82493c2e9728929df417f55b153824 Signed-off-by: Klement Sekera Change-Id: I2c833928dcdceb4d23dfc161bcc3358272076980 --- diff --git a/src/plugins/nat/test/test_nat.py b/src/plugins/nat/test/test_nat.py index 07c0e0c23bc..31eb7cb3b3c 100644 --- a/src/plugins/nat/test/test_nat.py +++ b/src/plugins/nat/test/test_nat.py @@ -2773,7 +2773,7 @@ class TestNAT44(MethodHolder): self.pg1.assert_nothing_captured() sleep(1) self.vapi.ipfix_flush() - capture = self.pg3.get_capture(9) + capture = self.pg3.get_capture(7) ipfix = IPFIXDecoder() # first load template for p in capture: @@ -8793,7 +8793,7 @@ class TestNAT64(MethodHolder): self.pg1.assert_nothing_captured() sleep(1) self.vapi.ipfix_flush() - capture = self.pg3.get_capture(9) + capture = self.pg3.get_capture(7) ipfix = IPFIXDecoder() # first load template for p in capture: