From a3343f8b4e9fa2d642d2d6caac5034b3103d12f8 Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 16 Aug 2017 22:32:26 -0400 Subject: 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 --- dovetail/userconfig/tempest_conf.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dovetail/userconfig/tempest_conf.yaml (limited to 'dovetail/userconfig') 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 -- cgit 1.2.3-korg