Report full node info before running sanity

This commit is contained in:
Michael Vines 2019-01-16 09:40:47 -08:00 committed by Grimes
parent 6015a0ff15
commit 8783563176
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ set -x
echo "--- $cloudProvider.sh config"
timeout 5m net/"$cloudProvider".sh config -p "$netName" -z "$zone"
net/init-metrics.sh -e
echo "+++ $cloudProvider.sh info"
net/"$cloudProvider".sh info
echo --- net.sh sanity
ok=true
timeout 5m net/net.sh sanity \