diff options
Diffstat (limited to 'docker/run_qtip.sh')
-rwxr-xr-x | docker/run_qtip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_qtip.sh b/docker/run_qtip.sh index f6a78e74..e6c2ed99 100755 --- a/docker/run_qtip.sh +++ b/docker/run_qtip.sh @@ -7,7 +7,7 @@ cd ${QTIP_DIR} && source get_env_info.sh \ -n ${INSTALLER_TYPE} \ -i ${INSTALLER_IP} -source ${QTIP_DIR}/data/opnfv-creds.sh +source ${QTIP_DIR}/opnfv-creds.sh if [ "$TEST_CASE" == "compute" ]; then cd ${QTIP_DIR} && python qtip.py -l ${NODE_NAME} -f compute.txt |