Add a sample tempest_conf.yaml file into userconfig 63/39463/1
authorxudan <xudan16@huawei.com>
Thu, 17 Aug 2017 02:32:26 +0000 (22:32 -0400)
committerxudan <xudan16@huawei.com>
Thu, 17 Aug 2017 02:34:55 +0000 (22:34 -0400)
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>
dovetail/userconfig/tempest_conf.yaml [new file with mode: 0644]

diff --git a/dovetail/userconfig/tempest_conf.yaml b/dovetail/userconfig/tempest_conf.yaml
new file mode 100644 (file)
index 0000000..944e3a9
--- /dev/null
@@ -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