Skip to content
Snippets Groups Projects
Commit 1e6be6bc authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-412: Fixed integration test settings for XST and RECV

parent d0f2f8de
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"recv-sim" "recv-sim"
], ],
"OPC_Server_Port": [ "OPC_Server_Port": [
"4842" "4843"
], ],
"OPC_Time_Out": [ "OPC_Time_Out": [
"5.0" "5.0"
...@@ -250,10 +250,10 @@ ...@@ -250,10 +250,10 @@
"LTS/UNB2/1": { "LTS/UNB2/1": {
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"despi.astron.nl" "unb2-sim"
], ],
"OPC_Server_Port": [ "OPC_Server_Port": [
"4842" "4844"
], ],
"OPC_Time_Out": [ "OPC_Time_Out": [
"5.0" "5.0"
......
...@@ -8,7 +8,7 @@ fi ...@@ -8,7 +8,7 @@ fi
# Start and stop sequence # Start and stop sequence
cd "$LOFAR20_DIR/docker-compose" || exit 1 cd "$LOFAR20_DIR/docker-compose" || exit 1
make stop device-sdp device-recv device-sst device-unb2 sdptr-sim recv-sim unb2-sim make stop device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim
make start databaseds dsconfig jupyter elk make start databaseds dsconfig jupyter elk
# Give dsconfig and databaseds time to start # Give dsconfig and databaseds time to start
...@@ -19,12 +19,12 @@ cd "$TANGO_LOFAR_LOCAL_DIR" || exit 1 ...@@ -19,12 +19,12 @@ cd "$TANGO_LOFAR_LOCAL_DIR" || exit 1
sbin/update_ConfigDb.sh CDB/integration_ConfigDb.json sbin/update_ConfigDb.sh CDB/integration_ConfigDb.json
cd "$LOFAR20_DIR/docker-compose" || exit 1 cd "$LOFAR20_DIR/docker-compose" || exit 1
make start sdptr-sim recv-sim make start sdptr-sim recv-sim unb2-sim
# Give the simulators time to start # Give the simulators time to start
sleep 5 sleep 5
make start device-sdp device-recv device-sst device-unb2 make start device-sdp device-recv device-sst device-unb2 device-xst
# Give the devices time to start # Give the devices time to start
sleep 5 sleep 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment