diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-05-18 16:34:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-18 16:34:00 +0000 |
commit | c4d68bc45aa6aa8b7fe39bce206cb17c2cb2d365 (patch) | |
tree | c5967a40da2a377d6d277f8abb19a0ddbae4b0f2 /ci/test_kvmfornfv.sh | |
parent | f894c01f90dd0d1813e8f32217cc0309ee5db219 (diff) | |
parent | 156570aeb2bd567890da31e4efecbe48d7129b8b (diff) |
Merge "Optimizing the code and uploading ftrace logs to artifacts"
Diffstat (limited to 'ci/test_kvmfornfv.sh')
-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 b1aa97390..5d886dedc 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -165,8 +165,6 @@ elif [ ${test_type} == "daily" ];then sed -i '/host-setup1.sh/a\ \- \"enable-trace.sh\"' kvmfornfv_cyclictest_hostenv_guestenv.yaml #Executing cyclictest through yardstick. cyclictest ${env} - #disabling ftrace and collecting the logs to upload to artifact repository. - ftrace_disable sleep 5 done else |