summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2017-04-05 04:56:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-05 04:56:36 +0000
commit748c85b8fa92c96186e6eeb3d518c45813d7c5f4 (patch)
tree3a5b42cda7da2f9e729fd0f027b3bf2cad6dd565 /ci
parent4419c1d7294969da13e46156257bcc96e89b008f (diff)
parent194bb5402713b04fa754cf9bc149cc25741a0758 (diff)
Merge "Enabling execution of cyclictest as part of verify job."
Diffstat (limited to 'ci')
-rwxr-xr-xci/test_kvmfornfv.sh3
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.