diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf/yardstick_config.yml | 1 | ||||
-rw-r--r-- | etc/testcase/functest.tempest.neutron_tempest_plugin_api.yml (renamed from etc/testcase/functest.neutron_tempest_plugin_api.yml) | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/conf/yardstick_config.yml b/etc/conf/yardstick_config.yml index aec569c7..e4758c8e 100644 --- a/etc/conf/yardstick_config.yml +++ b/etc/conf/yardstick_config.yml @@ -48,6 +48,7 @@ yardstick: - '{{dovetail_home}}/pre_config/pod.yaml:{{pod_file}}' - '{{dovetail_home}}/images:/home/opnfv/images' - '{{dovetail_home}}/results:{{result_dir}}' + - '{{dovetail_home}}/pre_config:{{dovetail_home}}/pre_config' pre_condition: - 'echo this is pre_condition' cmds: diff --git a/etc/testcase/functest.neutron_tempest_plugin_api.yml b/etc/testcase/functest.tempest.neutron_tempest_plugin_api.yml index 02e56b4a..70634270 100644 --- a/etc/testcase/functest.neutron_tempest_plugin_api.yml +++ b/etc/testcase/functest.tempest.neutron_tempest_plugin_api.yml @@ -23,7 +23,8 @@ functest.tempest.neutron_tempest_plugin_api: - neutron_tempest_plugin_api_logs/functest.tempest.neutron_tempest_plugin_api.functest.log - neutron_tempest_plugin_api_logs/functest.tempest.neutron_tempest_plugin_api.log - neutron_tempest_plugin_api_logs/functest.tempest.neutron_tempest_plugin_api.html - check_results_file: 'functest_results.txt' + check_results_files: + - 'functest_results.txt' sub_testcase_list: - neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create - neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy |