summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.