diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-08-11 05:42:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-11 05:42:21 +0000 |
commit | 2a3a0c9383f3be01dc2ec0a92a55697c5e8e9b5c (patch) | |
tree | e856493629aae274e5bcbf0ced7b451f6fa2021c | |
parent | a074fc668a5b2dd02f5378895c2d36043a5603c5 (diff) | |
parent | fec69427c654e3dc2022b4eaebbb1e294babdcd1 (diff) |
Merge "Enabling test cases execution as part of daily job"
-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 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 |