diff --git a/CDB/integration_ConfigDb.json b/CDB/integration_ConfigDb.json index a73e1f0f10a3d834d9af63ab81a75936f0183843..46e7b25bc23440689d8ac41a5c50a37f50b63baa 100644 --- a/CDB/integration_ConfigDb.json +++ b/CDB/integration_ConfigDb.json @@ -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" diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index 93b13300eb92afe2c95c7cb5c3292869019d9d96..684e7584ee20fb22803b9d3e8e29537f52f52aff 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -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