Adapt Parser test case to the new template
[functest.git] / functest / opnfv_tests / openstack / rally / task.yaml
1 {%- if smoke %}
2 {%- set users_amount = 1 %}
3 {%- set tenants_amount = 1 %}
4 {%- endif %}
5
6 {%- from "macro/macro.yaml" import user_context, vm_params, unlimited_volumes, constant_runner, rps_runner, no_failures_sla -%}
7 {%- from "macro/macro.yaml" import volumes, unlimited_nova, unlimited_neutron, glance_args -%}
8
9 ---
10 {% if "authenticate" in service_list %}
11 {%- include "var/opnfv-authenticate.yaml"-%}
12 {% endif %}
13
14 {% if "cinder" in service_list %}
15 {%- include "var/opnfv-cinder.yaml"-%}
16 {% endif %}
17
18 {% if "keystone" in service_list %}
19 {%- include "var/opnfv-keystone.yaml"-%}
20 {% endif %}
21
22 {% if "nova" in service_list %}
23 {%- include "var/opnfv-nova.yaml"-%}
24 {% endif %}
25
26 {% if "glance" in service_list %}
27 {%- include "var/opnfv-glance.yaml"-%}
28 {% endif %}
29
30 {% if "neutron" in service_list %}
31 {%- include "var/opnfv-neutron.yaml"-%}
32 {% endif %}
33
34 {% if "quotas" in service_list %}
35 {%- include "var/opnfv-quotas.yaml"-%}
36 {% endif %}
37
38 {% if "requests" in service_list %}
39 {%- include "var/opnfv-requests.yaml"-%}
40 {% endif %}
41
42 {% if "heat" in service_list %}
43 {%- include "var/opnfv-heat.yaml"-%}
44 {% endif %}
45
46 {% if "vm" in service_list %}
47 {%- include "var/opnfv-vm.yaml"-%}
48 {% endif %}