Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cmsos
worksuite
Commits
92304bfd
Commit
92304bfd
authored
Feb 03, 2021
by
Andrea Petrucci
Browse files
references #226: add 4 DAQ3VAL 4 machines with RoCE for ptibv conf generator
parent
7655440c
Changes
1
Hide whitespace changes
Inline
Side-by-side
evb/test/scripts/Context.py
View file @
92304bfd
...
...
@@ -43,7 +43,11 @@ class Context:
def
addPeerTransport
(
self
,
maxMessageSize
):
try
:
if
'd3v'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'rbs1v0'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'ebs0v0'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'ebs1v0'
in
self
.
hostinfo
[
'i2oHostname'
]:
# Current DAQ3VAL machineswith CC8 and RoCE
if
'd3vrubu-c2e33-06-01'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'd3vrubu-c2e33-08-01'
in
self
.
hostinfo
[
'i2oHostname'
]
or
\
'd3vrubu-c2e33-10-01'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'd3vrubu-c2e33-12-01'
in
self
.
hostinfo
[
'i2oHostname'
]:
app
=
self
.
getPtIbvApplication
(
maxMessageSize
,
True
)
elif
'd3v'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'rbs1v0'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'ebs0v0'
in
self
.
hostinfo
[
'i2oHostname'
]
or
'ebs1v0'
in
self
.
hostinfo
[
'i2oHostname'
]:
app
=
self
.
getPtIbvApplication
(
maxMessageSize
,
False
)
else
:
app
=
self
.
getPtUtcpApplication
(
maxMessageSize
)
...
...
Write
Preview
Supports
Markdown
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