From 1073b3038dad0bb3adc8cfdd441f80ca56f2c10a Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 18 Mar 2019 15:31:37 +0100 Subject: Remove set_scripts directory The contents of this directory are not used anymore Change-Id: I1dff86aba72288c618b4909ffa6197de6b241e49 Signed-off-by: Manuel Buil --- sfc/tests/functest/setup_scripts/server_presetup_CI.bash | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sfc/tests/functest/setup_scripts/server_presetup_CI.bash (limited to 'sfc/tests/functest/setup_scripts/server_presetup_CI.bash') diff --git a/sfc/tests/functest/setup_scripts/server_presetup_CI.bash b/sfc/tests/functest/setup_scripts/server_presetup_CI.bash deleted file mode 100644 index 240353f5..00000000 --- a/sfc/tests/functest/setup_scripts/server_presetup_CI.bash +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -set -e -ssh_options='-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' -BASEDIR=`dirname $0` -INSTALLER_IP=${INSTALLER_IP:-10.20.0.2} - -pushd $BASEDIR -ip=$(sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'fuel node'|grep controller|awk '{print $10}' | head -1) -echo $ip - -sshpass -p r00tme scp $ssh_options delete.sh ${INSTALLER_IP}:/root -sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'scp '"$ip"':/root/tackerc .' -sshpass -p r00tme scp $ssh_options ${INSTALLER_IP}:/root/tackerc $BASEDIR -- cgit 1.2.3-korg