parent
215650f6e7
commit
0ef9d79056
|
@ -621,7 +621,7 @@ deploy() {
|
|||
$metricsWriteDatapoint "testnet-deploy version=\"${networkVersion:0:9}\""
|
||||
|
||||
echo
|
||||
echo "+++ Deployment Successful"
|
||||
echo "--- Deployment Successful"
|
||||
echo "Bootstrap validator deployment took $bootstrapNodeDeployTime seconds"
|
||||
echo "Additional validator deployment (${#validatorIpList[@]} validators, ${#blockstreamerIpList[@]} blockstreamer nodes, ${#archiverIpList[@]} archivers) took $additionalNodeDeployTime seconds"
|
||||
echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"
|
||||
|
|
|
@ -82,13 +82,13 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
echo "+++ $sanityTargetIp: validators"
|
||||
echo "--- $sanityTargetIp: validators"
|
||||
(
|
||||
set -x
|
||||
$solana_cli --url http://"$sanityTargetIp":8899 validators
|
||||
)
|
||||
|
||||
echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)"
|
||||
echo "--- $sanityTargetIp: node count ($numSanityNodes expected)"
|
||||
(
|
||||
set -x
|
||||
|
||||
|
|
Loading…
Reference in New Issue