Merge "Enabling kvmfornfv daily job test cases"
authorJiang, Yunhong <yunhong.jiang@intel.com>
Wed, 31 May 2017 16:29:03 +0000 (16:29 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 31 May 2017 16:29:03 +0000 (16:29 +0000)
1  2 
ci/test_kvmfornfv.sh

diff --combined ci/test_kvmfornfv.sh
@@@ -140,8 -140,6 +140,6 @@@ if [ ${test_type} == "verify" ];the
        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
              sed -i '/host-setup1.sh/a\    \- \"enable-trace.sh\"' kvmfornfv_cyclictest_hostenv_guestenv.yaml
              #Executing cyclictest through yardstick.
              cyclictest ${env}
 -            #disabling ftrace and collecting the logs to upload to artifact repository.
 -            ftrace_disable
              sleep 5
           done
        else