Disabling execution of cyclictest as part of verify job. 79/32079/1
authorkalyanreddy <reddyx.gundarapu@intel.com>
Tue, 28 Mar 2017 18:36:19 +0000 (11:36 -0700)
committerkalyanreddy <reddyx.gundarapu@intel.com>
Tue, 28 Mar 2017 18:43:26 +0000 (11:43 -0700)
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 <reddyx.gundarapu@intel.com>
ci/test_kvmfornfv.sh

index 47158de..3185c46 100755 (executable)
@@ -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.