89ee87de89
Adds a new scenario to create a user and toggle the enabled flag. Change-Id: I0b8d8e57c95cced72b6615f8120ec41879c414be
25 lines
392 B
JSON
25 lines
392 B
JSON
{
|
|
"KeystoneBasic.create_user_set_enabled_and_delete": [
|
|
{
|
|
"args": {
|
|
"enabled": true
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 10,
|
|
"times": 100
|
|
}
|
|
},
|
|
{
|
|
"args": {
|
|
"enabled": false
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 10,
|
|
"times": 100
|
|
}
|
|
}
|
|
]
|
|
}
|