From 70dc89f64fe0ee2e5a902fcd0547084d6ffb68a2 Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Wed, 3 May 2017 10:50:55 +0530 Subject: Enabling kvmfornfv daily job test cases This patch is used to enable kvmfornfv cyclictest and packet forwarding test cases execution as part of daily job. Revert "Revert "Disabling kvmfornfv daily job test cases"" This reverts commit 4d13fcf59772c5dd2f577aedc1f3a1ab0c35c1d1 Change-Id: I3859f0de937b683cb1f38cc0e1c57fb7a508f440 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 b1aa97390..92f422827 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -140,8 +140,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 -- cgit 1.2.3-korg