Add cold migrate scenario for Nova test

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
This commit is contained in:
Wataru Takase 2015-01-19 17:21:33 +01:00
parent 6ec8c91e04
commit 8c235591f9
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"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
}
}
}
]
}

View File

@ -0,0 +1,15 @@
---
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