diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-08-03 20:25:39 -0700 |
---|---|---|
committer | Kalyan reddy Gundarapu <reddyx.gundarapu@intel.com> | 2017-08-09 16:44:55 +0000 |
commit | fec69427c654e3dc2022b4eaebbb1e294babdcd1 (patch) | |
tree | 0c79bad49c00fb664a3763cf4b0f3c2013d95156 | |
parent | 4525b15e86b4c7e2d426988c4ec1a11132a9f51b (diff) |
Enabling test cases execution as part of daily job
This patch is used to enable cyclictest and packet forwarding test cases
execution as part of kvmfornfv daily job.
Change-Id: Ic8d752b771a62932d5efe09750f473041375d30c
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
-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 6540b18ca..850ba4ead 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -148,8 +148,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 |