diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-04-05 04:56:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-05 04:56:36 +0000 |
commit | 748c85b8fa92c96186e6eeb3d518c45813d7c5f4 (patch) | |
tree | 3a5b42cda7da2f9e729fd0f027b3bf2cad6dd565 /ci/test_kvmfornfv.sh | |
parent | 4419c1d7294969da13e46156257bcc96e89b008f (diff) | |
parent | 194bb5402713b04fa754cf9bc149cc25741a0758 (diff) |
Merge "Enabling execution of cyclictest as part of verify job."
Diffstat (limited to 'ci/test_kvmfornfv.sh')
-rwxr-xr-x | ci/test_kvmfornfv.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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. |