diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-08-10 02:37:56 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-08-10 04:01:10 +0000 |
commit | e18c6f652f2874fe1df2ed61972560b6e053d500 (patch) | |
tree | 46e9a5a3cbe07a8b41a3f843570a19b842de7ee8 /functest/opnfv_tests/openstack/tempest/custom_tests | |
parent | cd4716eb5fa3a12e256fba8faa75780b7398ff68 (diff) |
Add/Update tempest.conf via a specific file
Provides a convenient way to configure all params which users required.
JIRA: FUNCTEST-860
Change-Id: Iadfb704285f94530e1023ee780138f22dd672d33
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/tempest/custom_tests')
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml new file mode 100644 index 00000000..b47a9736 --- /dev/null +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -0,0 +1,13 @@ +# This is an empty configuration file to be filled up with the desired options +# to generate a custom tempest.conf +# Examples: +# network-feature-enabled: +# port_security: True + +# volume-feature-enabled: +# api_v1: False + +# validation: +# image_ssh_user: root +# ssh_timeout: 300 + |