diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-03-28 11:36:19 -0700 |
---|---|---|
committer | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-03-28 11:43:26 -0700 |
commit | c1a17f3ad621173a68ad6b083638b0b477c9af6a (patch) | |
tree | 01d3b6e749bb980dd27aad79a9e8094c4e2922c0 | |
parent | f1f3cc27f23bdde81c37d8142d4288d811bd5e45 (diff) |
Disabling execution of cyclictest as part of verify job.
This patch is used to temporarily disable cyclictest execution as a part of
kvmfornfv verify job to speed up the verification process.
This is only a temporary workaround/solution as kvmfornfv verify job
is getting triggered for patches which includes only docs/ as well.
Note: Once complete documentation is made available for danube release
will revert this patch
Change-Id: Ib04a7d9481b74a0fafcd1d489b80c94051d875e6
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
-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. |