diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/deploy.sh | 1 | ||||
-rwxr-xr-x | tools/test.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh index f1c96a1..152a707 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -53,6 +53,7 @@ genesis_cleanup() { ipmitool -I lanplus -H $node -U $IPMI_USER -P $IPMI_PASS chassis power off done + sleep 11 # wait for genesis node to power-off ipmitool -I lanplus -H $GEN_IPMI -U $IPMI_USER -P $IPMI_PASS chassis power on while ! ssh $GEN_SSH hostname; do :; done diff --git a/tools/test.sh b/tools/test.sh index 213d46a..e9d9158 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -40,7 +40,7 @@ help() { run_tests() { - rm -rf ${FUNCTEST_CACHE}/results && mkdir ${FUNCTEST_CACHE}/results + sudo rm -rf ${FUNCTEST_CACHE}/results && mkdir ${FUNCTEST_CACHE}/results sudo docker run --env-file env \ -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \ |