From e18c6f652f2874fe1df2ed61972560b6e053d500 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Thu, 10 Aug 2017 02:37:56 +0000 Subject: 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 --- .../openstack/tempest/custom_tests/tempest_conf.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml (limited to 'functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml') 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 000000000..b47a9736a --- /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 + -- cgit 1.2.3-korg