Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
elixxir
integration
Merge requests
!30
Something went wrong on our end
Client Session Testing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Client Session Testing
Anne/ClientSessionTests
into
release
Overview
5
Commits
14
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Merged
Sydney Anne Erickson
requested to merge
Anne/ClientSessionTests
into
release
2 years ago
Overview
5
Commits
14
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
4d7f95b1
Prev
Next
Show latest version
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4d7f95b1
Add a comment explaining network.sh
· 4d7f95b1
Sydney Anne Erickson
authored
2 years ago
basice2e/network.sh
+
7
−
0
Options
# This script is used to start a basic 5 node network for running clients on. It is meant to be `source`'d into a script
# which will run clients on the network, such as `client-session-tests.sh` or the main `run.sh`.
#
# You **must** source it, because otherwise the `trap finish EXIT` instruction will cause the network to stop when
# network.sh returns to your script or shell. Sourcing it will "import" the commands into your script instead, causing
# the trap instruction to stop the network when your script/shell exits.
echo
"STARTING SERVERS..."
# Copy udbContact into place when running locally.
Loading