Skip to content
Snippets Groups Projects
Commit b6c4dba2 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-680: Readd PDU device to integration test

parent 3f863ff6
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !291. Comments created here will be created in the context of that merge request.
...@@ -20,7 +20,7 @@ sleep 1 # dsconfig container must be up and running... ...@@ -20,7 +20,7 @@ sleep 1 # dsconfig container must be up and running...
# shellcheck disable=SC2016 # shellcheck disable=SC2016
echo '/usr/local/bin/wait-for-it.sh ${TANGO_HOST} --strict --timeout=300 -- true' | make run dsconfig bash - echo '/usr/local/bin/wait-for-it.sh ${TANGO_HOST} --strict --timeout=300 -- true' | make run dsconfig bash -
DEVICES="device-boot device-apsct device-apspu device-sdp device-recv device-sst device-unb2 device-xst device-beamlet device-digitalbeam device-tilebeam" DEVICES="device-boot device-apsct device-apspu device-sdp device-pdu device-recv device-sst device-unb2 device-xst device-beamlet device-digitalbeam device-tilebeam"
SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim" SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim"
# Build only the required images, please do not build everything that makes CI # Build only the required images, please do not build everything that makes CI
...@@ -30,7 +30,6 @@ SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim" ...@@ -30,7 +30,6 @@ SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim"
# shellcheck disable=SC2086 # shellcheck disable=SC2086
make build $DEVICES $SIMULATORS make build $DEVICES $SIMULATORS
make build elk integration-test make build elk integration-test
make build archiver-timescale hdbppts-cm hdbppts-es make build archiver-timescale hdbppts-cm hdbppts-es
# Start and stop sequence # Start and stop sequence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment