This patch includes scripts to create multiple yaml file for different
[kvmfornfv.git] / ci / envs / cyclictest.sh
index 805f908..920a46b 100755 (executable)
@@ -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"