summaryrefslogtreecommitdiff
path: root/rally-scenarios/heat-fakevirt.yaml
blob: a827224f89defe967e26d4aed66a0fd5b0cf8774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
  HeatStacks.create_and_list_stack:
    -
      runner:
        type: "constant"
        times: 2000
        concurrency: 20
      context:
        users:
          tenants: 30
          users_per_tenant: 1

  HeatStacks.create_and_delete_stack:
    -
      runner:
        type: "constant"
        times: 200
        concurrency: 20
      context:
        users:
          tenants: 10
          users_per_tenant: 3