diff options
-rw-r--r-- | test/test_nat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_nat.py b/test/test_nat.py index ccc9be7b5c5..a6786218bd3 100644 --- a/test/test_nat.py +++ b/test/test_nat.py @@ -2863,7 +2863,7 @@ class TestNAT44(MethodHolder): self.pg_start() self.pg1.assert_nothing_captured() sleep(1) - self.vapi.cli("ipfix flush") + self.vapi.ipfix_flush() capture = self.pg3.get_capture(9) ipfix = IPFIXDecoder() # first load template |