Merge "Update rally version"
[functest.git] / functest / opnfv_tests / OpenStack / rally / scenario / opnfv-vm.yaml
1   VMTasks.boot_runcommand_delete:
2     -
3       args:
4         {{ vm_params(image_name, flavor_name) }}
5         floating_network: {{ floating_network }}
6         force_delete: false
7         command:
8           interpreter: /bin/sh
9           script_file: {{ sup_dir }}/instance_dd_test.sh
10         username: cirros
11         nics:
12           - net-id: {{ netid }}
13       context:
14         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
15         network: {}
16         {% endcall %}
17       runner:
18         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
19       sla:
20         {{ no_failures_sla() }}
21
22     -
23       args:
24         {{ vm_params(image_name, flavor_name) }}
25         fixed_network: private
26         floating_network: {{ floating_network }}
27         force_delete: false
28         command:
29           interpreter: /bin/sh
30           script_file: {{ sup_dir }}/instance_dd_test.sh
31         use_floatingip: true
32         username: cirros
33         nics:
34           - net-id: {{ netid }}
35         volume_args:
36           size: 2
37       context:
38         {{ user_context(tenants_amount, users_amount, use_existing_users) }}
39       runner:
40         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
41       sla:
42         {{ no_failures_sla() }}