diff options
author | xudan <xudan16@huawei.com> | 2018-07-30 02:54:01 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-07-30 02:54:01 -0400 |
commit | cccef0172c0c026e63cd4df3e7f377daaafbc509 (patch) | |
tree | 3d8e5dc86d5f1232042ddc7fc774cbcf8257b101 /etc/testcase/tempest.osinterop.yml | |
parent | 5d19a0ea48b47cdce043614d9aa6f8dc9ac60fcc (diff) |
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 <xudan16@huawei.com>
Diffstat (limited to 'etc/testcase/tempest.osinterop.yml')
-rw-r--r-- | etc/testcase/tempest.osinterop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |