Code Review
/
kvmfornfv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4525b15
)
Enabling test cases execution as part of daily job
23/38723/2
author
kalyanreddy
<reddyx.gundarapu@intel.com>
Fri, 4 Aug 2017 03:25:39 +0000
(20:25 -0700)
committer
Kalyan reddy Gundarapu
<reddyx.gundarapu@intel.com>
Wed, 9 Aug 2017 16:44:55 +0000
(16:44 +0000)
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>
ci/test_kvmfornfv.sh
patch
|
blob
|
history
diff --git
a/ci/test_kvmfornfv.sh
b/ci/test_kvmfornfv.sh
index
6540b18
..
850ba4e
100755
(executable)
--- 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