Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
4f235bb8
Commit
4f235bb8
authored
Jan 06, 2017
by
Cédric Roux
Browse files
test-setup: minor bugfix
parent
1f95f48f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/autotests/v2/alu_test.py
View file @
4f235bb8
...
...
@@ -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
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment