8c235591f9
Current Rally provides "boot_and_live_migrate_server" scenario, but doesn't provide cold migration scenario. This patch adds the scenario named "boot_and_migrate_server". Change-Id: I681b66475f1a455e33d78e63abd73f67d3960e52
26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"NovaServers.boot_and_migrate_server": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.nano"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|