Skip to content

Commit

Permalink
Improve 100 node test to not reserve static ip and firewall rule (#2241)
Browse files Browse the repository at this point in the history
Two people run 100 node together is often blocked by firewall rules limit and static ip address limit (The recent fail by @mfornet is this case). Made they do not reserve ip address and use organization global firewall rules would fix this.

Test Plans
--------------
The same setting has been proved to work in create devnet nodes.
  • Loading branch information
ailisp authored Mar 10, 2020
1 parent 8972a6d commit ce75181
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 114 deletions.
2 changes: 1 addition & 1 deletion pytest/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tornado = "*"
requests = "*"
ed25519 = "*"
base58 = "*"
python-rc = "==0.1.7"
python-rc = "==0.1.9"
tqdm = "*"
deepdiff = "*"

Expand Down
229 changes: 120 additions & 109 deletions pytest/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pytest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ requests
retry
ed25519
base58
python-rc==0.1.7
python-rc==0.1.9
tqdm
deepdiff
Loading

0 comments on commit ce75181

Please sign in to comment.