a81550a8c9
Create a user role and get it detailed information. Change-Id: I26bc6c26cded3956301064661a5675ac1efb48e0
24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"KeystoneBasic.create_and_get_role": [
|
|
{
|
|
"args": {},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|