From: Jiang, Yunhong Date: Wed, 5 Apr 2017 04:56:36 +0000 (+0000) Subject: Merge "Enabling execution of cyclictest as part of verify job." X-Git-Tag: opnfv-5.0.0~37 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=748c85b8fa92c96186e6eeb3d518c45813d7c5f4;hp=4419c1d7294969da13e46156257bcc96e89b008f;p=kvmfornfv.git Merge "Enabling execution of cyclictest as part of verify job." --- diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index 3185c4652..47158dedd 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -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.