From: kalyanreddy Date: Tue, 28 Mar 2017 18:36:19 +0000 (-0700) Subject: Disabling execution of cyclictest as part of verify job. X-Git-Tag: opnfv-5.0.0~41 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=c1a17f3ad621173a68ad6b083638b0b477c9af6a Disabling execution of cyclictest as part of verify job. This patch is used to temporarily disable cyclictest execution as a part of kvmfornfv verify job to speed up the verification process. This is only a temporary workaround/solution as kvmfornfv verify job is getting triggered for patches which includes only docs/ as well. Note: Once complete documentation is made available for danube release will revert this patch Change-Id: Ib04a7d9481b74a0fafcd1d489b80c94051d875e6 Signed-off-by: Gundarapu Kalyan Reddy --- diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index 47158dedd..3185c4652 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -127,7 +127,8 @@ if [ ${test_type} == "verify" ];then for env in ${cyclictest_env_verify[@]} do #Executing cyclictest through yardstick. - cyclictest ${env} + #cyclictest ${env} + echo "Debugging in progress.Execution of cyclictest is disabled" sleep 10 done #Execution of packet forwarding test cases.