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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
5a3362c3
Commit
5a3362c3
authored
Aug 17, 2021
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Plain Diff
Use renamed APIs in b02b2bffd1ab5e3c8b5d0748b4bf01a311ffb792.
See merge request
!1482
parents
94d2ec4c
6dc1adc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
erp5/util/testnode/SlapOSMasterCommunicator.py
erp5/util/testnode/SlapOSMasterCommunicator.py
+2
-2
No files found.
erp5/util/testnode/SlapOSMasterCommunicator.py
View file @
5a3362c3
...
...
@@ -119,7 +119,7 @@ class SlapOSMasterCommunicator(object):
@
retryOnNetworkFailure
def
isInstanceRequested
(
self
,
instance_title
):
return
len
(
self
.
hateoas_navigator
.
_get
HostingSubscription
List
(
return
len
(
self
.
hateoas_navigator
.
_get
InstanceTree
List
(
title
=
instance_title
))
@
retryOnNetworkFailure
...
...
@@ -132,7 +132,7 @@ class SlapOSMasterCommunicator(object):
@
retryOnNetworkFailure
def
getInstanceUrlList
(
self
):
return
self
.
hateoas_navigator
.
get
HostingSubscription
InstanceList
(
return
self
.
hateoas_navigator
.
get
InstanceTree
InstanceList
(
self
.
name
)
@
retryOnNetworkFailure
...
...
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