From 57922dcb8e6497f02fdee9306494e932e25dcace Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Tue, 5 Jan 2016 21:01:17 +0500 Subject: QTIP Index calculation along with a script to run qtip from docker Calculation of Result Indices for 1. Compute suite 2. Storage suite 3. Network suite A script to run qtip from inside the docker container (for Jenkins Jobs) Resolved bugs with ssl_trasform.py, sys info collection on ubuntu and system information collection script Change-Id: Ic5abb3dbd0012cd2257b588b1b3067a6677b1f5d Signed-off-by: Nauman_Ahad --- data/qtip_creds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/qtip_creds.sh') diff --git a/data/qtip_creds.sh b/data/qtip_creds.sh index e2619d64..085e3a60 100755 --- a/data/qtip_creds.sh +++ b/data/qtip_creds.sh @@ -16,8 +16,8 @@ case "$INSTALLER_TYPE" in *) echo "Unkown installer $INSTALLER_TYPE specified";; esac - +echo $PWD sshoptions="-o StrictHostKeyChecking=no" -sshpass -p $PSWD scp $sshoptions QtipKey.pub root@$INSTALLER_IP:/root +sshpass -p $PSWD scp $sshoptions ./data/QtipKey.pub root@$INSTALLER_IP:/root sshpass -p $PSWD ssh $sshoptions root@$INSTALLER_IP "ssh-copy-id -i /root/QtipKey.pub root@$DEST_IP && rm -rf /root/QtipKey.pub" -- cgit 1.2.3-korg