Merge "Enabling test cases execution as part of daily job"
authorJiang, Yunhong <yunhong.jiang@intel.com>
Fri, 11 Aug 2017 05:42:21 +0000 (05:42 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 11 Aug 2017 05:42:21 +0000 (05:42 +0000)
ci/test_kvmfornfv.sh

index 522d6a1..874dc98 100755 (executable)
@@ -173,8 +173,6 @@ 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