Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
2b15b958
Commit
2b15b958
authored
3 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-340
: Integration test cleaner startup sequence
parent
af43aaec
No related branches found
No related tags found
1 merge request
!117
create TCPReplicator for StatisticsClient
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sbin/run_integration_test.sh
+13
-2
13 additions, 2 deletions
sbin/run_integration_test.sh
with
13 additions
and
2 deletions
sbin/run_integration_test.sh
+
13
−
2
View file @
2b15b958
...
@@ -6,10 +6,10 @@ if [ -z "$LOFAR20_DIR" ]; then
...
@@ -6,10 +6,10 @@ if [ -z "$LOFAR20_DIR" ]; then
exit
1
exit
1
fi
fi
#
Res
tart a
ll required containers
#
S
tart a
nd 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment