From 75f93c362f8cde64b02e243d26bf9061f48adc34 Mon Sep 17 00:00:00 2001 From: shravani Date: Fri, 9 Dec 2016 17:57:27 +0530 Subject: This patch includes scripts to create multiple yaml file for different environments and run cyclictest. Also contains updated interface scripts to trigger packetforwarding and cyclictest stress scripts. Change-Id: Ibb8694746f8b19d605e50ea07c2be8b2bd141ec0 Co-Authored-By: Y Rajitha Co-Authored-By: Gundarapu Kalyan Reddy Signed-off-by: Shravani --- ci/envs/cyclictest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/envs/cyclictest.sh') diff --git a/ci/envs/cyclictest.sh b/ci/envs/cyclictest.sh index 805f9088f..920a46b93 100755 --- a/ci/envs/cyclictest.sh +++ b/ci/envs/cyclictest.sh @@ -7,9 +7,10 @@ source utils.sh testType=$1 #daily/verify/merge +testName=$2 #idle_idle/stress_idle HOST_IP=$( getHostIP ) pod_config='/opt/scripts/pod.yaml' -cyclictest_context_file='/opt/kvmfornfv_cyclictest_idle_idle.yaml' +cyclictest_context_file='/opt/kvmfornfv_cyclictest_'${testName}'.yaml' if [ ! -f ${pod_config} ] ; then echo "file ${pod_config} not found" -- cgit 1.2.3-korg