Merge "Enabling execution of cyclictest as part of verify job."
authorJiang, Yunhong <yunhong.jiang@intel.com>
Wed, 5 Apr 2017 04:56:36 +0000 (04:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 5 Apr 2017 04:56:36 +0000 (04:56 +0000)
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.