Add pass-through support for tempest element
Introduce support for pass-through on tempest.conf. Change-Id: I89be1374407d75f09aad08ca4981c4b855b3c0c9
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Pass-through enabled configuration file, suitable for use with
|
||||
# the existing bin/run-tempest script.
|
||||
|
||||
{{#tempest}}
|
||||
{{#config}}
|
||||
[{{{section}}}]
|
||||
{{#values}}
|
||||
{{#comment}}
|
||||
# {{{.}}}
|
||||
{{/comment}}
|
||||
{{#option}}
|
||||
{{{option}}}={{{value}}}
|
||||
{{/option}}
|
||||
{{/values}}
|
||||
|
||||
{{/config}}
|
||||
{{/tempest}}
|
||||
Reference in New Issue
Block a user