From fec69427c654e3dc2022b4eaebbb1e294babdcd1 Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Thu, 3 Aug 2017 20:25:39 -0700 Subject: [PATCH] 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 --- ci/test_kvmfornfv.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.16.6