diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-05-31 16:29:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-31 16:29:03 +0000 |
commit | ea88ca2a2cc64d5e5debd656105897245785c1e7 (patch) | |
tree | fbcd943877d22d2c4219c1852dfefbc70591625d | |
parent | 8d94a940b92c834e7ae59b0a70a9efabe506449a (diff) | |
parent | 70dc89f64fe0ee2e5a902fcd0547084d6ffb68a2 (diff) |
Merge "Enabling kvmfornfv daily job test cases"
-rwxr-xr-x | ci/test_kvmfornfv.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index 5d886dedc..62b5c16f4 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 |