From: kalyanreddy Date: Fri, 14 Apr 2017 05:10:12 +0000 (+0530) Subject: Disabling kvmfornfv daily job test cases. X-Git-Tag: opnfv-5.0.0~30 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=4d13fcf59772c5dd2f577aedc1f3a1ab0c35c1d1 Disabling kvmfornfv daily job test cases. This patch temporarily disables kvmfornfv cyclictest and packet forwarding test cases execution as part of daily job as Intel-pod10 is currently not available for executing test cases. Note: kvmfornfv daily job testcases will be enabled when Intel-pod10 is available. Change-Id: Ieeea7bd298ae2e79948a321405094c8942397c3c Signed-off-by: Gundarapu Kalyan Reddy --- diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index 92f422827..b1aa97390 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -140,6 +140,8 @@ if [ ${test_type} == "verify" ];then test_exit 0 fi elif [ ${test_type} == "daily" ];then + echo "Daily job test cases execution disabled temporarily" + exit 0 getTestParams install_pcm if [ ${test_name} == "packet_forward" ];then