Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sdptr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
sdptr
Commits
409d7a64
Commit
409d7a64
authored
3 years ago
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
add network settings for dop369
parent
54ce6d62
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/py/Client.py
+2
-0
2 additions, 0 deletions
test/py/Client.py
with
2 additions
and
0 deletions
test/py/Client.py
+
2
−
0
View file @
409d7a64
...
...
@@ -371,10 +371,12 @@ def setup_sst_stream(obj):
var
.
set_value
(
ua
.
Variant
(
value
=
list
(
port
),
varianttype
=
ua
.
VariantType
.
UInt16
))
dest_mac
=
[
"
00:1B:21:71:76:B9
"
]
*
N_NODES
# use mac of dop36
dest_mac
=
[
"
00:15:17:be:d2:49
"
]
*
N_NODES
# use mac of dop369
var
=
obj
.
get_child
(
"
2:FPGA_sst_offload_hdr_eth_destination_mac_RW
"
)
var
.
set_value
(
ua
.
Variant
(
value
=
list
(
dest_mac
),
varianttype
=
ua
.
VariantType
.
String
))
dest_addr
=
[
"
10.99.0.254
"
]
*
N_NODES
# use addr of dop36
dest_addr
=
[
"
10.99.0.253
"
]
*
N_NODES
# use addr of dop369
var
=
obj
.
get_child
(
"
2:FPGA_sst_offload_hdr_ip_destination_address_RW
"
)
var
.
set_value
(
ua
.
Variant
(
value
=
list
(
dest_addr
),
varianttype
=
ua
.
VariantType
.
String
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment