diff options
Diffstat (limited to 'ci/test_kvmfornfv.sh')
-rwxr-xr-x | ci/test_kvmfornfv.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index 47158dedd..3185c4652 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -127,7 +127,8 @@ if [ ${test_type} == "verify" ];then for env in ${cyclictest_env_verify[@]} do #Executing cyclictest through yardstick. - cyclictest ${env} + #cyclictest ${env} + echo "Debugging in progress.Execution of cyclictest is disabled" sleep 10 done #Execution of packet forwarding test cases. |