16 lines
325 B
YAML
16 lines
325 B
YAML
|
|
---
|
||
|
|
version: '1.1'
|
||
|
|
variable:
|
||
|
|
description: a variable
|
||
|
|
multi: true
|
||
|
|
default:
|
||
|
|
jinja: |
|
||
|
|
{% for info in test_information %}
|
||
|
|
{{ info }}
|
||
|
|
{% endfor %}
|
||
|
|
params:
|
||
|
|
test_information:
|
||
|
|
type: information
|
||
|
|
information: test_information_list
|
||
|
|
description: get information test_information
|