summaryrefslogtreecommitdiffstats
path: root/ci/envs
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/envs
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/envs')
-rwxr-xr-xci/envs/utils.sh2
1 files changed, 1 insertions, 1 deletions
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/"