From: kalyanreddy Date: Fri, 4 Aug 2017 03:25:39 +0000 (-0700) Subject: Enabling test cases execution as part of daily job X-Git-Tag: opnfv-5.0.0~6^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=fec69427c654e3dc2022b4eaebbb1e294babdcd1 Enabling test cases execution as part of daily job 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 --- diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index 6540b18ca..850ba4ead 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -148,8 +148,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