summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-05-03 10:50:55 +0530
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-05-03 10:50:55 +0530
commit70dc89f64fe0ee2e5a902fcd0547084d6ffb68a2 (patch)
treefd16dce1a3e368dc82284240bf9b6a00a63ebd3f /ci
parent4038e157f640ad185d5469c146c8f0faf23dd3ec (diff)
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 <reddyx.gundarapu@intel.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/test_kvmfornfv.sh2
1 files changed, 0 insertions, 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