Enabling test cases execution as part of daily job 23/38723/2
authorkalyanreddy <reddyx.gundarapu@intel.com>
Fri, 4 Aug 2017 03:25:39 +0000 (20:25 -0700)
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>
Wed, 9 Aug 2017 16:44:55 +0000 (16:44 +0000)
This patch is used to enable cyclictest and packet forwarding test cases
execution as part of kvmfornfv daily job.

Change-Id: Ic8d752b771a62932d5efe09750f473041375d30c
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
ci/test_kvmfornfv.sh

index 6540b18..850ba4e 100755 (executable)
@@ -148,8 +148,6 @@ if [ ${test_type} == "verify" ];then
       test_exit 0
    fi
 elif [ ${test_type} == "daily" ];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
    getTestParams
    install_pcm
    if [ ${test_name} == "packet_forward" ];then