summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-04-04 11:37:21 -0700
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-04-04 11:37:21 -0700
commit194bb5402713b04fa754cf9bc149cc25741a0758 (patch)
tree400f6ea2464a49e7b9efca8c189c7733fbaa9019 /ci
parente797a9f954797949f676a46f5c9ceb31874f919a (diff)
Enabling execution of cyclictest as part of verify job.
This patch is used to enable cyclictest execution as a part of kvmfornfv verify job. Revert "Revert "Disabling execution of cyclictest as part of verify job"" This reverts commit c1a17f3ad621173a68ad6b083638b0b477c9af6a Change-Id: I1e3239637771ed342c470aa4c1928b477f047fed Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
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.