Merge "Add functional test for task samples"

This commit is contained in:
Jenkins 2015-05-20 22:58:36 +00:00 committed by Gerrit Code Review
commit b07e51e2c5
6 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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