From cccef0172c0c026e63cd4df3e7f377daaafbc509 Mon Sep 17 00:00:00 2001 From: xudan Date: Mon, 30 Jul 2018 02:54:01 -0400 Subject: Dovetail failed to archive tempest.log and tempest-report.html files It failed to archive tempest.log and tempest-report.html files. See CI results https://build.opnfv.org/ci/view/dovetail/job/dovetail-compass-baremetal-default-mandatory-fraser/7/artifact/results/ That's because the path of them have been changed 1. from tempest to tempest_custom 2. from refstack to refstack_defcore There seems to be no file bgpvpn.log, remove the copy operation. JIRA: DOVETAIL-714 Change-Id: I77d88124a44d3e5d869ada209760f69d1f6553bf Signed-off-by: xudan --- etc/testcase/tempest.vm_lifecycle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/testcase/tempest.vm_lifecycle.yml') diff --git a/etc/testcase/tempest.vm_lifecycle.yml b/etc/testcase/tempest.vm_lifecycle.yml index 282c450a..d86f8282 100644 --- a/etc/testcase/tempest.vm_lifecycle.yml +++ b/etc/testcase/tempest.vm_lifecycle.yml @@ -14,8 +14,8 @@ dovetail.tempest.vm_lifecycle: report: source_archive_files: - functest.log - - tempest/tempest.log - - tempest/tempest-report.html + - tempest_custom/tempest.log + - tempest_custom/tempest-report.html dest_archive_files: - tempest_logs/dovetail.tempest.vm_lifecycle.functest.log - tempest_logs/dovetail.tempest.vm_lifecycle.log -- cgit 1.2.3-korg