Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Takoudjou
slapos
Commits
41f21555
Commit
41f21555
authored
4 weeks ago
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
end-to-end-testing/test_ors: stop services after test
parent
c506ffee
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
software/end-to-end-testing/tests/test_ors.py
software/end-to-end-testing/tests/test_ors.py
+3
-7
No files found.
software/end-to-end-testing/tests/test_ors.py
View file @
41f21555
...
...
@@ -198,13 +198,9 @@ class WebsocketTestClass(e2e.EndToEndTestCase):
if
hasattr
(
cls
,
'ws'
)
and
cls
.
ws
is
not
None
:
cls
.
logger
.
info
(
"Closing websocket"
)
cls
.
ws
.
close
()
# TODO: uncomment these lines
#cls.update_service('enb', 'stopped', lock=False)
#cls.update_service('core-network', 'stopped', lock=False)
#cls.update_service('ue', 'stopped', lock=False)
cls
.
update_service
(
'enb'
,
'started'
,
lock
=
False
)
cls
.
update_service
(
'core-network'
,
'started'
,
lock
=
False
)
cls
.
update_service
(
'ue'
,
'started'
,
lock
=
False
)
cls
.
update_service
(
'enb'
,
'stopped'
,
lock
=
False
)
cls
.
update_service
(
'core-network'
,
'stopped'
,
lock
=
False
)
cls
.
update_service
(
'ue'
,
'stopped'
,
lock
=
False
)
# Don't call super().tearDownClass as we don't want to destroy requested instances
def
send
(
self
,
msg
):
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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