diff options
author | Nauman_Ahad <Nauman_Ahad@dell.com> | 2016-01-12 14:47:37 +0500 |
---|---|---|
committer | Nauman_Ahad <Nauman_Ahad@dell.com> | 2016-01-12 14:47:37 +0500 |
commit | 90eb79018b459c1aa6606168f1ee592da535643c (patch) | |
tree | fe711256b5767919e1b3cae1051ce58052bcfac2 /docker | |
parent | 3ba92560b96e59a4e93a03f2e42a000778536905 (diff) |
Include Ramspeed Index calulcation
Ramspeed Index calculation included.
Additionally, error handling for suite indices calulcation
to ignore absent result files
Change-Id: I8b2360b0f16b6d3b7d8485e88a0c1f7f0787ad5a
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Diffstat (limited to 'docker')
-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 |