diff options
Diffstat (limited to 'test/vpp_pg_interface.py')
-rwxr-xr-x | test/vpp_pg_interface.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/vpp_pg_interface.py b/test/vpp_pg_interface.py index e6dae66feec..ed45b459251 100755 --- a/test/vpp_pg_interface.py +++ b/test/vpp_pg_interface.py @@ -146,7 +146,8 @@ class VppPGInterface(VppInterface): of at most n packets. If n < 0, this is no limit """ - + # disable the capture to flush the capture + self.disable_capture() self._rename_previous_capture_file(self.out_path, self.out_history_counter, self._out_file) |