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
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
"recv-sim"
],
"OPC_Server_Port": [
"4842"
"4843"
],
"OPC_Time_Out": [
"5.0"
......@@ -250,10 +250,10 @@
"LTS/UNB2/1": {
"properties": {
"OPC_Server_Name": [
"despi.astron.nl"
"unb2-sim"
],
"OPC_Server_Port": [
"4842"
"4844"
],
"OPC_Time_Out": [
"5.0"
......
......@@ -8,7 +8,7 @@ fi
# Start and stop sequence
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
# Give dsconfig and databaseds time to start
......@@ -19,12 +19,12 @@ cd "$TANGO_LOFAR_LOCAL_DIR" || exit 1
sbin/update_ConfigDb.sh CDB/integration_ConfigDb.json
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
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
sleep 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment