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

L2SS-340: Integration test cleaner startup sequence

parent af43aaec
No related branches found
No related tags found
1 merge request!117create TCPReplicator for StatisticsClient
...@@ -6,10 +6,10 @@ if [ -z "$LOFAR20_DIR" ]; then ...@@ -6,10 +6,10 @@ if [ -z "$LOFAR20_DIR" ]; then
exit 1 exit 1
fi fi
# Restart all required containers # Start and stop sequence
cd "$LOFAR20_DIR/docker-compose" || exit 1 cd "$LOFAR20_DIR/docker-compose" || exit 1
make stop device-sdp device-pcc device-sst sdptr-sim pypcc-sim make stop device-sdp device-pcc device-sst sdptr-sim pypcc-sim
make start databaseds dsconfig device-sdp device-pcc device-sst jupyter elk sdptr-sim pypcc-sim make start databaseds dsconfig jupyter elk
# Give dsconfig and databaseds time to start # Give dsconfig and databaseds time to start
sleep 15 sleep 15
...@@ -18,6 +18,17 @@ sleep 15 ...@@ -18,6 +18,17 @@ sleep 15
cd "$TANGO_LOFAR_LOCAL_DIR" || exit 1 cd "$TANGO_LOFAR_LOCAL_DIR" || exit 1
sbin/update_ConfigDb.sh CDB/integration_ConfigDb.json sbin/update_ConfigDb.sh CDB/integration_ConfigDb.json
cd "$LOFAR20_DIR/docker-compose" || exit 1
make start sdptr-sim pypcc-sim
# Give the simulators time to start
sleep 5
make start device-sdp device-pcc device-sst
# Give the devices time to start
sleep 5
# Start the integration test # Start the integration test
cd "$LOFAR20_DIR/docker-compose" || exit 1 cd "$LOFAR20_DIR/docker-compose" || exit 1
make start integration-test make start integration-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment