Merge "Add keystone get_entities scenario"

This commit is contained in:
Jenkins 2015-03-20 23:12:41 +00:00 committed by Gerrit Code Review
commit f35e3849e3
4 changed files with 32 additions and 0 deletions

View File

@ -36,6 +36,16 @@
failure_rate:
max: 0
KeystoneBasic.get_entities:
-
runner:
type: "constant"
times: 100
concurrency: 10
sla:
failure_rate:
max: 0
KeystoneBasic.create_and_list_users:
-
args:

View File

@ -0,0 +1,11 @@
{
"KeystoneBasic.get_entities": [
{
"runner": {
"type": "constant",
"times": 100,
"concurrency": 10
}
}
]
}

View File

@ -0,0 +1,7 @@
---
KeystoneBasic.get_entities:
-
runner:
type: "constant"
times: 100
concurrency: 10

View File

@ -155,6 +155,10 @@ class FakeUser(FakeResource):
pass
class FakeService(FakeResource):
pass
class FakeNetwork(FakeResource):
pass