summaryrefslogtreecommitdiffstats
path: root/ci/test_kvmfornfv.sh
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-01-25 23:39:25 -0800
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-01-30 11:07:53 -0800
commitb79d79eb6385a92cdc8c29bf080810becc4602b7 (patch)
tree2b5eb7b7abd091e33aa50c4736ef8f7de1a21b61 /ci/test_kvmfornfv.sh
parent75f93c362f8cde64b02e243d26bf9061f48adc34 (diff)
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 <reddyx.gundarapu@intel.com>
Diffstat (limited to 'ci/test_kvmfornfv.sh')
-rwxr-xr-xci/test_kvmfornfv.sh4
1 files changed, 2 insertions, 2 deletions
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