1 NovaServers.boot_and_live_migrate_server:
3 {{ vm_params(image_name, flavor_name) }}
4 block_migration: {{ block_migration }}
8 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
10 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
12 {{ no_failures_sla() }}
14 NovaServers.boot_server_attach_created_volume_and_live_migrate:
17 {{ vm_params(image_name, flavor_name) }}
19 block_migration: {{ block_migration }}
24 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
26 {{ volume_service(version=volume_version, service_type=volume_service_type) }}
28 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
30 {{ no_failures_sla() }}
32 NovaServers.boot_server_from_volume_and_live_migrate:
34 {{ vm_params(image_name, flavor_name) }}
35 block_migration: {{ block_migration }}
41 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
43 {{ volume_service(version=volume_version, service_type=volume_service_type) }}
45 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
47 {{ no_failures_sla() }}
49 NovaKeypair.boot_and_delete_server_with_keypair:
52 {{ vm_params(image_name, flavor_name) }}
57 {% call user_context(tenants_amount, users_amount, use_existing_users) %}
59 networks_per_tenant: 1
60 start_cidr: "100.1.0.0/25"
62 {{ unlimited_neutron() }}
63 {{ unlimited_nova(keypairs=true) }}
66 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
68 {{ no_failures_sla() }}
70 NovaServers.boot_server_from_volume_and_delete:
73 {{ vm_params(image_name, flavor_name) }}
78 {% call user_context(tenants_amount, users_amount, use_existing_users) %}
80 networks_per_tenant: 1
81 start_cidr: "100.1.0.0/25"
83 {{ unlimited_volumes() }}
84 {{ unlimited_neutron() }}
85 {{ unlimited_nova() }}
87 {{ volume_service(version=volume_version, service_type=volume_service_type) }}
90 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
92 {{ no_failures_sla() }}
94 NovaServers.pause_and_unpause_server:
97 {{ vm_params(image_name, flavor_name) }}
100 - net-id: {{ netid }}
102 {% call user_context(tenants_amount, users_amount, use_existing_users) %}
104 networks_per_tenant: 1
105 start_cidr: "100.1.0.0/25"
107 {{ unlimited_neutron() }}
108 {{ unlimited_nova() }}
111 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
113 {{ no_failures_sla() }}
115 NovaServers.boot_and_migrate_server:
117 {{ vm_params(image_name, flavor_name) }}
119 - net-id: {{ netid }}
121 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
123 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
125 {{ no_failures_sla() }}
127 NovaServers.boot_server_and_list_interfaces:
130 {{ vm_params(image_name, flavor_name) }}
131 auto_assign_nic: true
133 {% call user_context(tenants_amount, users_amount, use_existing_users) %}
137 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
139 {{ no_failures_sla() }}
141 NovaServers.boot_server_associate_and_dissociate_floating_ip:
144 {{ vm_params(image_name, flavor_name) }}
145 create_floating_ip_args:
146 ext_network: {{ floating_network }}
148 - net-id: {{ netid }}
150 {% call user_context(tenants_amount, users_amount, use_existing_users) %}
154 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
156 {{ no_failures_sla() }}
158 NovaServerGroups.create_and_delete_server_group:
161 policies: ["affinity"]
163 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
165 {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
167 {{ no_failures_sla() }}