aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml
blob: 3aa8ac8e5a0ce29ad90d413ebea748079c104146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  VMTasks.dd_load_test:
    -
      args:
        flavor:
          name: {{ flavor_name }}
        image:
          name: {{ image_name }}
        nics:
          - net-id: {{ netid }}
        floating_network: {{ floating_network }}
        force_delete: false
        username: {{ username }}
      runner:
        {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
      context:
        {{ user_context(tenants_amount, users_amount, use_existing_users) }}
        network: {}
      sla:
        {{ no_failures_sla() }}