diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases/testcase.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testcases/testcase.py b/testcases/testcase.py index cf71d596..991c2890 100644 --- a/testcases/testcase.py +++ b/testcases/testcase.py @@ -265,6 +265,9 @@ class TestCase(object): # Stop all VNFs started by TestSteps in case that something went wrong self.step_stop_vnfs() + # Stop all processes executed by testcase + tasks.terminate_all_tasks(self._logger) + # umount hugepages if mounted self._umount_hugepages() |