Trying to ingore races related to Nova + restoring missing benchmark

Seems like Nova has some fix related to checking default security group
to avoid it we can add more tenants in 2 benchmarks that are failing
boot_and_bounce_server and boot_and_resize

Restore nova-boot with nics

Change-Id: If625910a581afba0224e4ac591373d132d7f8efd
This commit is contained in:
Boris Pavlovic 2014-08-26 06:45:41 +04:00
parent 62790692a9
commit a4101819e7

View File

@ -676,8 +676,8 @@
detailed: True
runner:
type: "constant"
times: 1
concurrency: 1
times: 4
concurrency: 4
context:
users:
tenants: 1
@ -701,7 +701,7 @@
concurrency: 3
context:
users:
tenants: 1
tenants: 3
users_per_tenant: 1
sla:
max_failure_percent: 0
@ -728,7 +728,7 @@
concurrency: 3
context:
users:
tenants: 1
tenants: 3
users_per_tenant: 1
sla:
max_failure_percent: 0
@ -807,6 +807,22 @@
users_per_tenant: 2
sla:
max_failure_percent: 0
-
args:
flavor:
name: "m1.tiny"
image:
name: "cirros-0.3.2-x86_64-uec"
runner:
type: "constant"
times: 4
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2
sla:
max_failure_percent: 0
VMTasks.boot_runcommand_delete:
-