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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
4cdf4e63
Commit
4cdf4e63
authored
Jul 13, 2021
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Add autoselection for betanet and release
parent
caf3c096
Branches
Branches containing commit
No related tags found
2 merge requests
!4
Release
,
!1
Xx 3419/netselect
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
basice2e/betanet.txt
+5
-0
5 additions, 0 deletions
basice2e/betanet.txt
basice2e/network.config
+2
-0
2 additions, 0 deletions
basice2e/network.config
basice2e/release.txt
+3
-0
3 additions, 0 deletions
basice2e/release.txt
basice2e/run.sh
+9
-1
9 additions, 1 deletion
basice2e/run.sh
with
19 additions
and
1 deletion
basice2e/betanet.txt
0 → 100644
+
5
−
0
View file @
4cdf4e63
109.169.15.30:22840
5.12.137.118:22840
92.246.20.92:22840
178.16.39.203:22840
86.135.17.18:22840
This diff is collapsed.
Click to expand it.
basice2e/network.config
+
2
−
0
View file @
4cdf4e63
...
@@ -3,6 +3,8 @@ localhost:8440
...
@@ -3,6 +3,8 @@ localhost:8440
# when not set via command line, is used to determine to which network
# when not set via command line, is used to determine to which network
# the integration test will be run against.
# the integration test will be run against.
# Note you can also specify "release" and "betanet" on run.sh
# Betanet gateways
# Betanet gateways
109
.
169
.
15
.
30
:
22840
109
.
169
.
15
.
30
:
22840
5
.
12
.
137
.
118
:
22840
5
.
12
.
137
.
118
:
22840
...
...
This diff is collapsed.
Click to expand it.
basice2e/release.txt
0 → 100644
+
3
−
0
View file @
4cdf4e63
34.221.74.216:11420
52.25.9.28:11420
54.149.122.115:11420
This diff is collapsed.
Click to expand it.
basice2e/run.sh
+
9
−
1
View file @
4cdf4e63
...
@@ -44,7 +44,15 @@ mkdir -p $GATEWAYLOGS
...
@@ -44,7 +44,15 @@ mkdir -p $GATEWAYLOGS
mkdir
-p
$CLIENTOUT
mkdir
-p
$CLIENTOUT
mkdir
-p
$CLIENTCLEAN
mkdir
-p
$CLIENTCLEAN
if
[
"
$NETWORKENTRYPOINT
"
==
"betanet"
]
then
NETWORKENTRYPOINT
=
$(
sort
-R
betanet.txt |
head
-1
)
elif
[
"
$NETWORKENTRYPOINT
"
==
"release"
]
then
NETWORKENTRYPOINT
=
$(
sort
-R
release.txt |
head
-1
)
else
NETWORKENTRYPOINT
=
$(
head
-1
network.config
)
NETWORKENTRYPOINT
=
$(
head
-1
network.config
)
fi
echo
"NETWORK:
$NETWORKENTRYPOINT
"
echo
"NETWORK:
$NETWORKENTRYPOINT
"
...
...
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