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>
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/"
#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
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