Add functional test for task samples

It would be nice if there is a functional test to confirm
all the task samples are good for out-of-box testing. So
here we go.

Also Fix nova/boot-lock-unlock-and-delete scenario flavor,
nova/boot-and-associate-floating-ip flavor, nova/boot-and-rebuild.
Change flavor value from apsent on gate to regexp.

Change-Id: I033135828b960da4cc3fd35b96ee69f700815a35
Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com>
Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
This commit is contained in:
Roman Vasilets 2015-05-14 17:05:20 +03:00
parent 4b1b0549f4
commit 0f5993fafc
6 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@
"name": "m1.tiny" "name": "m1.tiny"
}, },
"image": { "image": {
"name": "cirros-0.3.2-x86_64-uec" "name": "^cirros.*uec$"
} }
}, },
"context": { "context": {

View File

@ -5,7 +5,7 @@
flavor: flavor:
name: "m1.tiny" name: "m1.tiny"
image: image:
name: "cirros-0.3.2-x86_64-uec" name: "^cirros.*uec$"
runner: runner:
type: "constant" type: "constant"
times: 1 times: 1

View File

@ -6,10 +6,10 @@
"name": "m1.tiny" "name": "m1.tiny"
}, },
"from_image": { "from_image": {
"name": "cirros-0.3.2-x86_64-uec" "name": "^cirros.*uec$"
}, },
"to_image": { "to_image": {
"name": "cirros-0.3.2-x86_64-uec" "name": "^cirros.*uec$"
} }
}, },
"runner": { "runner": {

View File

@ -4,9 +4,9 @@ NovaServers.boot_and_rebuild_server:
flavor: flavor:
name: "m1.tiny" name: "m1.tiny"
from_image: from_image:
name: "cirros-0.3.2-x86_64-uec" name: "^cirros.*uec$"
to_image: to_image:
name: "cirros-0.3.2-x86_64-uec" name: "^cirros.*uec$"
runner: runner:
type: constant type: constant
times: 5 times: 5

View File

@ -6,7 +6,7 @@
"name": "m1.tiny" "name": "m1.tiny"
}, },
"image": { "image": {
"name": "cirros-0.3.2-x86_64-uec" "name": "^cirros.*uec$"
} }
}, },
"runner": { "runner": {

View File

@ -5,7 +5,7 @@
flavor: flavor:
name: "m1.tiny" name: "m1.tiny"
image: image:
name: "cirros-0.3.2-x86_64-uec" name: "^cirros.*uec$"
runner: runner:
type: "constant" type: "constant"
times: 10 times: 10