Enabling execution of cyclictest as part of verify job. 69/32969/1
authorkalyanreddy <reddyx.gundarapu@intel.com>
Tue, 4 Apr 2017 18:37:21 +0000 (11:37 -0700)
committerkalyanreddy <reddyx.gundarapu@intel.com>
Tue, 4 Apr 2017 18:37:21 +0000 (11:37 -0700)
This patch is used to enable cyclictest execution as a part of
kvmfornfv verify job.

Revert "Revert "Disabling execution of cyclictest as part of verify job""
This reverts commit c1a17f3ad621173a68ad6b083638b0b477c9af6a

Change-Id: I1e3239637771ed342c470aa4c1928b477f047fed
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
ci/test_kvmfornfv.sh

index 3185c46..47158de 100755 (executable)
@@ -127,8 +127,7 @@ if [ ${test_type} == "verify" ];then
       for env in ${cyclictest_env_verify[@]}
       do
          #Executing cyclictest through yardstick.
-         #cyclictest ${env}
-         echo "Debugging in progress.Execution of cyclictest is disabled"
+         cyclictest ${env}
          sleep 10
       done
       #Execution of packet forwarding test cases.