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
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
41f21555
Commit
41f21555
authored
Feb 12, 2025
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
Pipeline
#39676
failed with stage
in 0 seconds
Changes
1
Pipelines
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
):
...
...
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