diff options
author | xudan <xudan16@huawei.com> | 2017-08-16 22:32:26 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-08-16 22:34:55 -0400 |
commit | a3343f8b4e9fa2d642d2d6caac5034b3103d12f8 (patch) | |
tree | 5819189795888202608a6e755e9b9733bf02b784 | |
parent | 3f25a0a90a034f999e06f5475c857cf12d6ce43b (diff) |
Add a sample tempest_conf.yaml file into userconfig
1. Functest cvp.0.5.0 supports to config tempest.conf file when running
tempest test cases.
2. Dovetail provides a sample tempest_conf.yaml file, and user can edit
this file before running tempest test cases.
3. All the values in this file will be used to update tempest.conf file.
Change-Id: I1afb50f1405c6cef992132899e0549396f587872
Signed-off-by: xudan <xudan16@huawei.com>
-rw-r--r-- | dovetail/userconfig/tempest_conf.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dovetail/userconfig/tempest_conf.yaml b/dovetail/userconfig/tempest_conf.yaml new file mode 100644 index 00000000..944e3a9f --- /dev/null +++ b/dovetail/userconfig/tempest_conf.yaml @@ -0,0 +1,16 @@ +# 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 + +# compute: +# min_compute_nodes: 2 +# volume_device_name: vdb |