summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-04-14 10:40:12 +0530
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>2017-04-14 05:53:17 +0000
commit4d13fcf59772c5dd2f577aedc1f3a1ab0c35c1d1 (patch)
tree80313ebbdd14c481819b7990b8d681b9495bbb83
parentd3981dbb10bd286bd950f46aca72f398b887b0f8 (diff)
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 <reddyx.gundarapu@intel.com>
-rwxr-xr-xci/test_kvmfornfv.sh2
1 files changed, 2 insertions, 0 deletions
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