bin/genev: update tmux test script

This commit is contained in:
Dastan-glitch
2023-12-18 05:18:39 +03:00
parent a6aa24920e
commit 54108b7513
5 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ datastore = "/tmp/genev_test/datastore/node1"
inbound = ["tcp://127.0.0.1:28882"]
## Connection slots
outbound_connections = 8
outbound_connections = 4
## Inbound connection slots
inbound_connections = 4

View File

@@ -13,7 +13,7 @@ datastore = "/tmp/genev_test/datastore/node2"
inbound = ["tcp://127.0.0.1:28883"]
## Connection slots
outbound_connections = 8
outbound_connections = 4
## Inbound connection slots
inbound_connections = 4

View File

@@ -13,10 +13,10 @@ datastore = "/tmp/genev_test/datastore/node3"
inbound = ["tcp://127.0.0.1:28884"]
## Connection slots
outbound_connections = 8
outbound_connections = 4
## Inbound connection slots
inbound_connections = 4
# inbound_connections = 4
## P2P external addresses
external_addrs = ["tcp://127.0.0.1:28884"]

View File

@@ -13,10 +13,10 @@ datastore = "/tmp/genev_test/datastore/node4"
inbound = ["tcp://127.0.0.1:28885"]
## Connection slots
outbound_connections = 8
outbound_connections = 4
## Inbound connection slots
inbound_connections = 4
# inbound_connections = 4
## P2P external addresses
external_addrs = ["tcp://127.0.0.1:28885"]

View File

@@ -5,9 +5,9 @@ set -e
tmux new-session -s "genevd" -n "genevd" -d
tmux send-keys "../../../genevd --localnet --config genevd_seed.toml --skip-dag-sync" Enter && sleep 1
tmux split-window -h
tmux send-keys "../../../genevd --localnet --config genevd_a.toml" Enter
tmux send-keys "../../../genevd --localnet --config genevd_a.toml --skip-dag-sync" Enter && sleep 1
tmux split-window -h
tmux send-keys "../../../genevd --localnet --config genevd_b.toml" Enter
tmux send-keys "../../../genevd --localnet --config genevd_b.toml --skip-dag-sync" Enter
tmux select-pane -t 0
tmux split-window -v
tmux send-keys "../../../genevd --localnet --config genevd_c.toml" Enter