From 156570aeb2bd567890da31e4efecbe48d7129b8b Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Wed, 12 Apr 2017 17:48:25 +0530 Subject: Optimizing the code and uploading ftrace logs to artifacts This patch is used to exclude execution of disable_trace.sh as ftrace will be disabled during post-execution of cyclictest through yardstick. Also includes uploading verify logs to artifacts when ftrace is enabled for debugging. Change-Id: I4674f2b9c03274eb2a96b3258a718c9f46419022 Signed-off-by: Gundarapu Kalyan Reddy --- ci/test_kvmfornfv.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'ci/test_kvmfornfv.sh') 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 -- cgit 1.2.3-korg