From 4d13fcf59772c5dd2f577aedc1f3a1ab0c35c1d1 Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Fri, 14 Apr 2017 10:40:12 +0530 Subject: [PATCH] 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 --- ci/test_kvmfornfv.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6