diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index 05e076ed00f79858fa44be6e23f3b94370672cb9..d2dbf03ec7e7920d1dfe72ec45084b3fee900239 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -29,6 +29,7 @@ sleep 60 # Do not remove `bash`, otherwise statement ignored by gitlab ci shell! bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/LOFAR_ConfigDb.json bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/simulators_ConfigDb.json +#bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/integration_ConfigDb.json cd "$LOFAR20_DIR/docker-compose" || exit 1 make start sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim @@ -44,10 +45,7 @@ sleep 60 # Start the integration test cd "$LOFAR20_DIR/docker-compose" || exit 1 -make start integration-test - -# Give devices time to restart -sleep 60 +make up integration-test # Run the integration test with the output displayed on stdout docker start -a "${CONTAINER_NAME_PREFIX}"integration-test