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.osinterop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/testcase/tempest.osinterop.yml') diff --git a/etc/testcase/tempest.osinterop.yml b/etc/testcase/tempest.osinterop.yml index 828b325b..fe50024c 100644 --- a/etc/testcase/tempest.osinterop.yml +++ b/etc/testcase/tempest.osinterop.yml @@ -14,8 +14,8 @@ dovetail.tempest.osinterop: report: source_archive_files: - functest.log - - refstack/tempest.log - - refstack/tempest-report.html + - refstack_defcore/tempest.log + - refstack_defcore/tempest-report.html dest_archive_files: - tempest_logs/dovetail.tempest.osinterop.functest.log - tempest_logs/dovetail.tempest.osinterop.log -- cgit 1.2.3-korg