7d7e372ccf
The patch adds rally scenario that tests the following sequence of actions for Heat: 1) create stack 2) create stack snapshot 3) restore stack from snapshot 4) delete stack Change-Id: I5fb46be697c9ae1450b323a4e632ab13d7600998
21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"HeatStacks.create_snapshot_restore_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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|