Commit 4f235bb8 authored by Cedric Roux's avatar Cedric Roux

test-setup: minor bugfix

parent 1f95f48f
......@@ -254,8 +254,8 @@ class alu_test:
not self.task_hss.alive() or
not self.task_ue.alive()):
log("ERROR: unexpected task exited, test failed, kill all")
if task_traffic_epc.alive():
task_traffic_epc.kill()
if task_traffic_client.alive():
task_traffic_client.kill()
if self.task_enb.alive():
self.task_enb.kill()
if self.task_ue.alive():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment