Add update + add/delete resource cases
The patch defines the following complex cases for create-update-delete stack scenario in rally tests for Heat: Case 1: - Heat creates a stack - Heat updates the stack (stack resource is updating and children resource is creating during stack-update) - Heat deletes the stack Case 2: - Heat creates a stack - Heat updates the stack (stack resource is updating and children resource is deleting during stack-update) - Heat deletes the stack Change-Id: I9d420b316ce38fd73f8eb74c0be253ed1a20f7db
This commit is contained in:
parent
bde074d367
commit
868177743a
13
rally-jobs/extra/resource_group.yaml.template
Normal file
13
rally-jobs/extra/resource_group.yaml.template
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
heat_template_version: 2014-10-16
|
||||||
|
|
||||||
|
description: Test template for rally create-update-delete scenario
|
||||||
|
|
||||||
|
resources:
|
||||||
|
test_group:
|
||||||
|
type: OS::Heat::ResourceGroup
|
||||||
|
properties:
|
||||||
|
count: 2
|
||||||
|
resource_def:
|
||||||
|
type: OS::Heat::RandomString
|
||||||
|
properties:
|
||||||
|
length: 20
|
@ -0,0 +1,16 @@
|
|||||||
|
heat_template_version: 2014-10-16
|
||||||
|
|
||||||
|
description: >
|
||||||
|
Test template for create-update-delete-stack scenario in rally.
|
||||||
|
The template updates one resource from the stack defined by resource_group.yaml.template
|
||||||
|
and adds children resources to that resource.
|
||||||
|
|
||||||
|
resources:
|
||||||
|
test_group:
|
||||||
|
type: OS::Heat::ResourceGroup
|
||||||
|
properties:
|
||||||
|
count: 3
|
||||||
|
resource_def:
|
||||||
|
type: OS::Heat::RandomString
|
||||||
|
properties:
|
||||||
|
length: 20
|
16
rally-jobs/extra/updated_resource_group_reduce.yaml.template
Normal file
16
rally-jobs/extra/updated_resource_group_reduce.yaml.template
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
heat_template_version: 2014-10-16
|
||||||
|
|
||||||
|
description: >
|
||||||
|
Test template for create-update-delete-stack scenario in rally.
|
||||||
|
The template updates one resource from the stack defined by resource_group.yaml.template
|
||||||
|
and deletes children resources from that resource.
|
||||||
|
|
||||||
|
resources:
|
||||||
|
test_group:
|
||||||
|
type: OS::Heat::ResourceGroup
|
||||||
|
properties:
|
||||||
|
count: 1
|
||||||
|
resource_def:
|
||||||
|
type: OS::Heat::RandomString
|
||||||
|
properties:
|
||||||
|
length: 20
|
@ -553,6 +553,38 @@
|
|||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
|
|
||||||
|
-
|
||||||
|
args:
|
||||||
|
template_path: "/home/jenkins/.rally/extra/resource_group.yaml.template"
|
||||||
|
updated_template_path: "/home/jenkins/.rally/extra/updated_resource_group_increase.yaml.template"
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: 6
|
||||||
|
concurrency: 3
|
||||||
|
context:
|
||||||
|
users:
|
||||||
|
tenants: 2
|
||||||
|
users_per_tenant: 3
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 0
|
||||||
|
|
||||||
|
-
|
||||||
|
args:
|
||||||
|
template_path: "/home/jenkins/.rally/extra/resource_group.yaml.template"
|
||||||
|
updated_template_path: "/home/jenkins/.rally/extra/updated_resource_group_reduce.yaml.template"
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: 6
|
||||||
|
concurrency: 3
|
||||||
|
context:
|
||||||
|
users:
|
||||||
|
tenants: 2
|
||||||
|
users_per_tenant: 3
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 0
|
||||||
|
|
||||||
Authenticate.keystone:
|
Authenticate.keystone:
|
||||||
-
|
-
|
||||||
runner:
|
runner:
|
||||||
|
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
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
|
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user