From 9d787815f3f3bc0f308e7684bf0077abf224e7b8 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 1 Oct 2021 14:51:55 +0200 Subject: [PATCH] L2SS-412: Fixed integration test settings for XST and RECV --- CDB/integration_ConfigDb.json | 6 +++--- sbin/run_integration_test.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CDB/integration_ConfigDb.json b/CDB/integration_ConfigDb.json index a73e1f0f1..46e7b25bc 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 93b13300e..684e7584e 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 -- GitLab