diff --git a/CDB/stations/simulators_ConfigDb.json b/CDB/stations/simulators_ConfigDb.json index da2615b505ecc7754bb1e4d7f0ef9ac75fb69c59..9ebc8a9d89ca997cc2a19a5812e945177b36dc2b 100644 --- a/CDB/stations/simulators_ConfigDb.json +++ b/CDB/stations/simulators_ConfigDb.json @@ -112,10 +112,10 @@ "STAT/DigitalBeam/1": { "properties": { "OPC_Server_Name": [ - "dibe-sim" + "dbeam-sim" ], "OPC_Server_Port": [ - "4851" + "4852" ], "OPC_Time_Out": [ "5.0" diff --git a/docker-compose/device-digitalbeam.yml b/docker-compose/device-digitalbeam.yml index ad7901452d82ef6cb6296c9434cea10df507f952..81930a0f297cf882b98c3d8bbafacefa2b1affcb 100644 --- a/docker-compose/device-digitalbeam.yml +++ b/docker-compose/device-digitalbeam.yml @@ -43,5 +43,5 @@ services: - bin/start-ds.sh # configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA # can't know about our Docker port forwarding - - l2ss-digitalbeam DigitalBeam STAT -v -ORBendPoint giop:tcp:0:5712 -ORBendPointPublish giop:tcp:${HOSTNAME}:5712 + - l2ss-digitalbeam DigitalBeam STAT -v -ORBendPoint giop:tcp:0:5713 -ORBendPointPublish giop:tcp:${HOSTNAME}:5713 restart: unless-stopped diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index c758b89abcb222a47d0d86647bd4a4455b96da4a..780faa73fc2d0b42bc53d7903ef07b40e0f94081 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -14,7 +14,7 @@ cd "$LOFAR20_DIR/docker-compose" || exit 1 # Build only the required images, please do not build everything that makes CI # take really long to finish, especially grafana / jupyter / prometheus. # jupyter is physically large > 2.5gb and overlayfs is really slow. -make build device-sdp device-recv device-sst device-unb2 device-xst device-beamlet device-tilebeam device-digitalbeam +make build device-sdp device-recv device-sst device-unb2 device-xst device-beamlet device-digitalbeam device-tilebeam make build sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim make build databaseds dsconfig elk integration-test make build archiver-timescale hdbppts-cm hdbppts-es