aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2020-04-23 13:42:19 +0000
committerOle Trøan <otroan@employees.org>2020-04-24 13:51:19 +0000
commite7f420177620868275add23ba5fcea7c7d18c91a (patch)
tree5f0c7131b4a2577b17b7770c76cae3f656ca6a56 /src
parentc99c0250a55ae6d4f02292e94d7b48589f8da4ce (diff)
nat: fix extended unit tests
Type: fix Fixes: b86437b79b82493c2e9728929df417f55b153824 Signed-off-by: Klement Sekera <ksekera@cisco.com> Change-Id: I2c833928dcdceb4d23dfc161bcc3358272076980
Diffstat (limited to 'src')
-rw-r--r--src/plugins/nat/test/test_nat.py4
1 files changed, 2 insertions, 2 deletions
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: