summaryrefslogtreecommitdiffstats
path: root/etc/conf
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-05-24 04:47:41 -0400
committerGeorg Kunz <georg.kunz@ericsson.com>2018-05-27 20:19:34 +0000
commit01e07c1c56d8a40cff50b077b18157decca39a5c (patch)
treeda7b0e2d72dc8548388272e07db37107833bc8c9 /etc/conf
parent3c0569b1e16f35d4b14a60ed25113d6d7a398272 (diff)
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 <xudan16@huawei.com>
Diffstat (limited to 'etc/conf')
-rw-r--r--etc/conf/bottlenecks_config.yml1
-rw-r--r--etc/conf/functest_config.yml1
-rw-r--r--etc/conf/vnftest_config.yml1
-rw-r--r--etc/conf/yardstick_config.yml1
4 files changed, 0 insertions, 4 deletions
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'