b64cd19dcd
Create a role,then list all roles Change-Id: I3527e7caf8e572da99d212206649bc341fb0a74a
27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"KeystoneBasic.create_and_list_roles": [
|
|
{
|
|
"args": {
|
|
"create_role_kwargs": {},
|
|
"list_role_kwargs": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|