Skip to content
Snippets Groups Projects
Commit ddc05fe0 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-340: Add SST device to integration tests

parent 893e31f8
Branches
Tags
1 merge request!117create TCPReplicator for StatisticsClient
...@@ -91,9 +91,12 @@ ...@@ -91,9 +91,12 @@
"SST": { "SST": {
"LTS/SST/1": { "LTS/SST/1": {
"properties": { "properties": {
"SST_Client_Port": [ "Statistics_Client_UDP_Port": [
"5001" "5001"
], ],
"Statistics_Client_TCP_Port": [
"5002"
],
"OPC_Server_Name": [ "OPC_Server_Name": [
"sdptr-sim" "sdptr-sim"
], ],
...@@ -102,6 +105,60 @@ ...@@ -102,6 +105,60 @@
], ],
"OPC_Time_Out": [ "OPC_Time_Out": [
"5.0" "5.0"
],
"FPGA_sst_offload_hdr_eth_destination_mac_RW_default": [
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de",
"6c:2b:59:97:cb:de"
],
"FPGA_sst_offload_hdr_ip_destination_address_RW_default": [
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250",
"10.99.250.250"
],
"FPGA_sst_offload_hdr_udp_destination_port_RW_default": [
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001"
] ]
} }
} }
......
...@@ -6,7 +6,7 @@ import logging ...@@ -6,7 +6,7 @@ import logging
import socket import socket
import time import time
from devices.clients.statistics_client_thread import StatisticsClientThread from clients.statistics_client_thread import StatisticsClientThread
logger = logging.getLogger() logger = logging.getLogger()
......
...@@ -4,7 +4,7 @@ import logging ...@@ -4,7 +4,7 @@ import logging
import numpy import numpy
from .statistics_packet import SSTPacket from .statistics_packet import SSTPacket
from ...clients.statistics_client_thread import StatisticsClientThread from clients.statistics_client_thread import StatisticsClientThread
logger = logging.getLogger() logger = logging.getLogger()
......
...@@ -8,7 +8,7 @@ fi ...@@ -8,7 +8,7 @@ fi
# Start all required containers # Start all required containers
cd "$LOFAR20_DIR/docker-compose" || exit 1 cd "$LOFAR20_DIR/docker-compose" || exit 1
make start databaseds dsconfig device-sdp device-pcc jupyter elk sdptr-sim pypcc-sim make start databaseds dsconfig device-sdp device-pcc device-sst jupyter elk sdptr-sim pypcc-sim
# Update the dsconfig # Update the dsconfig
cd "$TANGO_LOFAR_LOCAL_DIR" || exit 1 cd "$TANGO_LOFAR_LOCAL_DIR" || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment