From 90eb79018b459c1aa6606168f1ee592da535643c Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Tue, 12 Jan 2016 14:47:37 +0500 Subject: 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 --- docker/run_qtip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') 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 -- cgit 1.2.3-korg