323549e62e
Create a keypair and get the keypair details Change-Id: I32c05a6d9fc4857106c808a5497c4a6d6e919374
25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"NovaKeypair.create_and_get_keypair": [
|
|
{
|
|
"args": {},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
|
|
}
|
|
]
|
|
}
|