diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-04-04 11:37:21 -0700 |
---|---|---|
committer | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-04-04 11:37:21 -0700 |
commit | 194bb5402713b04fa754cf9bc149cc25741a0758 (patch) | |
tree | 400f6ea2464a49e7b9efca8c189c7733fbaa9019 | |
parent | e797a9f954797949f676a46f5c9ceb31874f919a (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>
-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. |