diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-06-25 19:01:34 +0200 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-06-25 23:12:23 +0000 |
commit | 9f1b3ff308ff823f95f694342ef65c06686f5bf8 (patch) | |
tree | 5f0000b076a0e9e7c95c73c8aa6059c500d08007 /test/test_nat.py | |
parent | 398afbd889f7751088b9e4bfc487b221719b80a5 (diff) |
tests: one more ipfix flush cli to api replacement
Type: fix
Fixes: 21b83e96d6076cda01ee80343840bc1166557150
Change-Id: I8216127ddbbf3301d2602bab54dbc433233387a2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'test/test_nat.py')
-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 |