c3b96cc95b
* Add scenario for booting an instance from volume and then live migrating it. * Add scenario for booting an instance from image, attaching a volume and then live migrating it. * Add unit tests and conf files for new scenarios. Change-Id: I96d6ddc623e5274bdccedadf7e3a68bd7d3733ee
29 lines
715 B
JSON
29 lines
715 B
JSON
{
|
|
"NovaServers.boot_server_from_volume_and_live_migrate": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.nano"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"block_migration": false,
|
|
"volume_size": 10,
|
|
"force_delete": false
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|