a0089a957c
* 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
19 lines
335 B
YAML
19 lines
335 B
YAML
---
|
|
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
|