|
@ -11,5 +11,5 @@ cd "$GOPATH/src/github.com/tendermint/tendermint" |
|
|
echo "Test reconnecting from the address book" |
|
|
echo "Test reconnecting from the address book" |
|
|
bash test/p2p/pex/test_addrbook.sh "$DOCKER_IMAGE" "$NETWORK_NAME" "$N" "$PROXY_APP" |
|
|
bash test/p2p/pex/test_addrbook.sh "$DOCKER_IMAGE" "$NETWORK_NAME" "$N" "$PROXY_APP" |
|
|
|
|
|
|
|
|
echo "Test connecting via /dial_persistent_peers" |
|
|
|
|
|
bash test/p2p/pex/test_dial_persistent_peers.sh "$DOCKER_IMAGE" "$NETWORK_NAME" "$N" "$PROXY_APP" |
|
|
|
|
|
|
|
|
echo "Test connecting via /dial_peers" |
|
|
|
|
|
bash test/p2p/pex/test_dial_peers.sh "$DOCKER_IMAGE" "$NETWORK_NAME" "$N" "$PROXY_APP" |