Add keystone get_entities scenario
API covered tenants.get, users.get, roles.get, services.get Change-Id: I5cda3b91e22a818b0b9b5f75257144b0fa8c055f
This commit is contained in:
parent
972fa5e456
commit
54cab00cc4
@ -36,6 +36,16 @@
|
|||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
|
|
||||||
|
KeystoneBasic.get_entities:
|
||||||
|
-
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: 100
|
||||||
|
concurrency: 10
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 0
|
||||||
|
|
||||||
KeystoneBasic.create_and_list_users:
|
KeystoneBasic.create_and_list_users:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
|
11
samples/tasks/scenarios/keystone/get-entities.json
Normal file
11
samples/tasks/scenarios/keystone/get-entities.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"KeystoneBasic.get_entities": [
|
||||||
|
{
|
||||||
|
"runner": {
|
||||||
|
"type": "constant",
|
||||||
|
"times": 100,
|
||||||
|
"concurrency": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
7
samples/tasks/scenarios/keystone/get-entities.yaml
Normal file
7
samples/tasks/scenarios/keystone/get-entities.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
KeystoneBasic.get_entities:
|
||||||
|
-
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: 100
|
||||||
|
concurrency: 10
|
@ -155,6 +155,10 @@ class FakeUser(FakeResource):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class FakeService(FakeResource):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class FakeNetwork(FakeResource):
|
class FakeNetwork(FakeResource):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user