From 52a4ffd7fe800ec8343f1aaac6f31e2543631453 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Mon, 4 Apr 2022 13:22:14 +0000 Subject: [PATCH] L2SS-680: Readd PDU device to integration test --- sbin/run_integration_test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index b0f0afb21..7620cb659 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -20,7 +20,7 @@ sleep 1 # dsconfig container must be up and running... # shellcheck disable=SC2016 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" # 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" # shellcheck disable=SC2086 make build $DEVICES $SIMULATORS make build elk integration-test - make build archiver-timescale hdbppts-cm hdbppts-es # Start and stop sequence -- GitLab