Disabling kvmfornfv daily job test cases. 65/33365/4
authorkalyanreddy <reddyx.gundarapu@intel.com>
Fri, 14 Apr 2017 05:10:12 +0000 (10:40 +0530)
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>
Fri, 14 Apr 2017 05:53:17 +0000 (05:53 +0000)
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>
ci/test_kvmfornfv.sh

index 92f4228..b1aa973 100755 (executable)
@@ -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