{
    "HeatStacks.create_and_delete_stack": [
        {
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_and_delete_stack": [
        {
            "args": {
               "template_path": "templates/server_with_ports.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_and_delete_stack": [
        {
            "args": {
               "template_path": "templates/server_with_volume.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_and_list_stack": [
        {
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 1
            },
            "context": {
                "users": {
                    "tenants": 1,
                    "users_per_tenant": 1
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_check_delete_stack": [
        {
            "args": {
              "template_path": "templates/random_strings.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_suspend_resume_delete_stack": [
        {
            "args": {
               "template_path": "templates/random_strings.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 3,
                    "users_per_tenant": 2
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_update_delete_stack": [
        {
            "args": {
               "template_path": "templates/random_strings.yaml.template",
               "updated_template_path": "templates/updated_random_strings_add.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_update_delete_stack": [
        {
            "args": {
               "template_path": "templates/random_strings.yaml.template",
               "updated_template_path": "templates/updated_random_strings_delete.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_update_delete_stack": [
        {
            "args": {
               "template_path": "templates/resource_group.yaml.template",
               "updated_template_path": "templates/updated_resource_group_increase.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_update_delete_stack": [
        {
            "args": {
               "template_path": "templates/autoscaling_policy.yaml.template",
               "updated_template_path": "templates/updated_autoscaling_policy_inplace.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_update_delete_stack": [
        {
            "args": {
               "template_path": "templates/resource_group.yaml.template",
               "updated_template_path": "templates/updated_resource_group_reduce.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.create_update_delete_stack": [
        {
            "args": {
               "template_path": "templates/random_strings.yaml.template",
               "updated_template_path": "templates/updated_random_strings_replace.yaml.template"
            },
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ],
    "HeatStacks.list_stacks_and_resources": [
        {
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 1
            },
            "context": {
                "users": {
                    "tenants": 1,
                    "users_per_tenant": 1
                },
                "stacks": {
                    "stacks_per_tenant": 2,
                    "resources_per_stack": 10
                }
            },
            "sla": {
                "failure_rate": {"max": 0}
            }
        }
    ]
}