diff options
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/bottlenecks_config.yml | 1 | ||||
-rw-r--r-- | etc/conf/functest_config.yml | 1 | ||||
-rw-r--r-- | etc/conf/vnftest_config.yml | 1 | ||||
-rw-r--r-- | etc/conf/yardstick_config.yml | 1 |
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' |