8275ce9638
Add scenario to boot a server, lock it, unlock it, and delete it. Change-Id: Ifd29211914ff264738e1ff0371629d33b5f55f36
26 lines
597 B
JSON
26 lines
597 B
JSON
{
|
|
"NovaServers.boot_lock_unlock_and_delete": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"image": {
|
|
"name": "cirros-0.3.2-x86_64-uec"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|