a171d779d9
This scenario covers "shelve" and "unshelve" commands Change-Id: I326f97cba1363956820fac75c75d191b9ba91d14
27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"NovaServers.shelve_and_unshelve_server": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.nano"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"force_delete": false
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|