From: kalyanreddy Date: Thu, 26 Jan 2017 07:39:25 +0000 (-0800) Subject: This patch includes updated scripts to modify hardcoded ip addresses X-Git-Tag: danube.1.0~19 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F27597%2F4;p=kvmfornfv.git This patch includes updated scripts to modify hardcoded ip addresses of the nodes used for executing cyclictest testcase as part of kvmfornfv verify and daily jobs. Change-Id: Ie436791d2debff20f2bcf750204b886c35ae5b7c Signed-off-by: Gundarapu Kalyan Reddy --- diff --git a/ci/envs/utils.sh b/ci/envs/utils.sh index 5db55bef8..90c66bab3 100755 --- a/ci/envs/utils.sh +++ b/ci/envs/utils.sh @@ -16,7 +16,7 @@ function getKernelVersion { echo ${RPMVERSION} } -#Get the IP address from pod.yaml file (example ip : 10.2.117.23) +#Get the IP address from pod.yaml file (example ip : 10.10.100.22) function getHostIP { host_dir="/root/workspace/scripts/" container_dir="/opt/scripts/" diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index f33cb9825..a2cee1f95 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -52,7 +52,7 @@ function cyclictest { #Execution of testcases based on test type and test name from releng. if [ ${test_type} == "verify" ];then - HOST_IP="10.2.117.23" + HOST_IP="10.10.100.21" test_time=120000 # 2m for env in ${cyclictest_env_verify[@]} do @@ -69,7 +69,7 @@ if [ ${test_type} == "verify" ];then exit 0 fi elif [ ${test_type} == "daily" ];then - HOST_IP="10.2.117.25" + HOST_IP="10.10.100.22" test_time=3600000 #1h if [ ${test_name} == "packet_forward" ];then packetForward