Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Mukul
erp5
Commits
2bfe9dab
Commit
2bfe9dab
authored
Mar 16, 2018
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testnode: cleanup in slapos master communicator
parent
589d4f83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
erp5/util/testnode/SlapOSMasterCommunicator.py
erp5/util/testnode/SlapOSMasterCommunicator.py
+0
-9
No files found.
erp5/util/testnode/SlapOSMasterCommunicator.py
View file @
2bfe9dab
...
...
@@ -491,19 +491,10 @@ class SlapOSTester(SlapOSMasterCommunicator):
if
self
.
getInstanceUrlList
():
for
instance
in
self
.
getInstanceUrlList
():
if
instance
[
"title"
]
!=
instance_title
:
news
=
self
.
getNewsFromInstance
(
instance
[
"href"
])
instance_state
=
news
[
0
]
self
.
_request
(
INSTANCE_STATE_DESTROYED
,
instance
[
"title"
])
news
=
self
.
getNewsFromInstance
(
instance
[
"href"
])
instance_state
=
news
[
0
]
else
:
root_instance
=
instance
news
=
self
.
getNewsFromInstance
(
root_instance
[
"href"
])
instance_state
=
news
[
0
]
self
.
_request
(
INSTANCE_STATE_DESTROYED
,
instance_title
)
time
.
sleep
(
30
)
news
=
self
.
getNewsFromInstance
(
root_instance
[
"href"
])
instance_state
=
news
[
0
]
else
:
logger
.
info
(
"Instance not found"
)
...
...
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