diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index 6982a93bfdf6830e7dc11e8776871af1a4a9d301..413c84663e5bdd766314e5f85fec66f98a754452 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -88,14 +88,12 @@ SIMULATORS=(sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim) # take really long to finish, especially grafana / jupyter / prometheus. # jupyter is physically large > 2.5gb and overlayfs is really slow. -# shellcheck disable=SC2086 make build "${DEVICES[@]}" "${SIMULATORS[@]}" # make build elk integration-test # L2SS-970: elk temporarily disabled make build logstash integration-test schemas make build archiver-timescale hdbppts-cm hdbppts-es # Start and stop sequence -# shellcheck disable=SC2086 make stop schemas make stop "${DEVICES[@]}" "${SIMULATORS[@]}" hdbppts-es hdbppts-cm archiver-timescale make stop device-docker # this one does not test well in docker-in-docker @@ -122,7 +120,6 @@ bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/simu bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/dummy_positions_ConfigDb.json cd "$LOFAR20_DIR/docker-compose" || exit 1 -# shellcheck disable=SC2086 make start "${SIMULATORS[@]}" # Give the simulators time to start