From 9f1b3ff308ff823f95f694342ef65c06686f5bf8 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 25 Jun 2019 19:01:34 +0200 Subject: tests: one more ipfix flush cli to api replacement Type: fix Fixes: 21b83e96d6076cda01ee80343840bc1166557150 Change-Id: I8216127ddbbf3301d2602bab54dbc433233387a2 Signed-off-by: Vratko Polak --- test/test_nat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit 1.2.3-korg