From 01e07c1c56d8a40cff50b077b18157decca39a5c Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 24 May 2018 04:47:41 -0400 Subject: Archive all test case result files 1. All detailed tempest test cases results are recorded with file tempest-report.html rather than tempest.log now. 2. Archive all results files include functest.log, yardstick.log ... for each test case. Otherwise, they will all be in one log file. 3. Support to set the source files and dest files need to be archived with the test case config files rather than hardcode with the source code. 4. Give the file which used to be parse the results (PASS/FAIL) with the test case config files rather than hardcode with the source code. Change-Id: I30f435d91ab90cf20def47007f177fe98187484d Signed-off-by: xudan --- etc/conf/bottlenecks_config.yml | 1 - etc/conf/functest_config.yml | 1 - etc/conf/vnftest_config.yml | 1 - etc/conf/yardstick_config.yml | 1 - 4 files changed, 4 deletions(-) (limited to 'etc/conf') diff --git a/etc/conf/bottlenecks_config.yml b/etc/conf/bottlenecks_config.yml index 3004e91c..76a57c30 100644 --- a/etc/conf/bottlenecks_config.yml +++ b/etc/conf/bottlenecks_config.yml @@ -38,7 +38,6 @@ bottlenecks: openstack --insecure flavor delete yardstick-flavor)' result: dir: '/tmp' - file_path: 'bottlenecks.log' openrc: '/tmp/admin_rc.sh' extra_container: - 'Bottlenecks-Yardstick' diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml index 0251b732..93e822f4 100644 --- a/etc/conf/functest_config.yml +++ b/etc/conf/functest_config.yml @@ -16,5 +16,4 @@ functest: - 'echo test for postcondition in functest' result: dir: '/home/opnfv/functest/results' - file_path: 'functest_results.txt' openrc: '/home/opnfv/functest/conf/env_file' diff --git a/etc/conf/vnftest_config.yml b/etc/conf/vnftest_config.yml index 25a84c7b..82e068b5 100644 --- a/etc/conf/vnftest_config.yml +++ b/etc/conf/vnftest_config.yml @@ -19,7 +19,6 @@ vnftest: result: dir: '/home/onap/vnftest/results' log: '/tmp/vnftest' - file_path: 'vnftest.log' key_path: '/root/.ssh/id_rsa' openrc: '/etc/vnftest/openstack.creds' vnftest_conf: diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index 7e7ab73b..4b32193b 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -30,5 +30,4 @@ yardstick: - 'echo this is post_condition' result: dir: '/tmp/yardstick' - file_path: 'yardstick.log' openrc: '/etc/yardstick/openstack.creds' -- cgit 1.2.3-korg