Merge "Add keystone create_and_list_services scenario"

This commit is contained in:
Jenkins 2015-04-06 17:37:56 +00:00 committed by Gerrit Code Review
commit 098b0cb3f6
3 changed files with 37 additions and 0 deletions

View File

@ -108,6 +108,16 @@
failure_rate:
max: 0
KeystoneBasic.create_and_list_services:
-
runner:
type: "constant"
times: 10
concurrency: 5
sla:
failure_rate:
max: 0
CeilometerAlarms.create_alarm:
-
args:

View File

@ -0,0 +1,16 @@
{
"KeystoneBasic.create_and_list_services": [
{
"args": {
"name": "Rally_test_service",
"service_type": "Really_test_type",
"description": "test_description"
},
"runner": {
"type": "constant",
"times": 100,
"concurrency": 10
}
}
]
}

View File

@ -0,0 +1,11 @@
---
KeystoneBasic.create_and_list_services:
-
args:
name: "Rally_test_service"
service_type: "Really_test_type"
description: "test_description"
runner:
type: "constant"
times: 100
concurrency: 10