summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2017-08-11 05:42:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-11 05:42:21 +0000
commit2a3a0c9383f3be01dc2ec0a92a55697c5e8e9b5c (patch)
treee856493629aae274e5bcbf0ced7b451f6fa2021c
parenta074fc668a5b2dd02f5378895c2d36043a5603c5 (diff)
parentfec69427c654e3dc2022b4eaebbb1e294babdcd1 (diff)
Merge "Enabling test cases execution as part of daily job"
-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 522d6a1a2..874dc9864 100755
--- a/ci/test_kvmfornfv.sh
+++ b/ci/test_kvmfornfv.sh
@@ -173,8 +173,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