[CI] Move create_and_delete_vips to unstable job

Task NeutronLoadbalancerV1.create_and_delete_vips
starts to fail constantly, so it is moved to
gate-rally-dsvm-neutron-unstable for now

Change-Id: I095763491a31ca35dd9e0da42c83e35ce63e6054
This commit is contained in:
Alexander Maretskiy 2016-06-15 17:20:27 +03:00
parent d25ccaaa01
commit 8122c0b902
2 changed files with 24 additions and 24 deletions

View File

@ -267,30 +267,6 @@
failure_rate:
max: 0
NeutronLoadbalancerV1.create_and_delete_vips:
-
args:
pool_create_args: {}
vip_create_args: {}
runner:
type: "constant"
times: {{smoke or 20}}
concurrency: {{smoke or 10}}
context:
users:
tenants: {{smoke or 5}}
users_per_tenant: {{smoke or 2}}
network: {}
quotas:
neutron:
network: -1
subnet: -1
pool: -1
vip: -1
sla:
failure_rate:
max: 0
NeutronLoadbalancerV1.create_and_update_vips:
-
args:

View File

@ -263,3 +263,27 @@
sla:
failure_rate:
max: 0
NeutronLoadbalancerV1.create_and_delete_vips:
-
args:
pool_create_args: {}
vip_create_args: {}
runner:
type: "constant"
times: {{smoke or 20}}
concurrency: {{smoke or 10}}
context:
users:
tenants: {{smoke or 5}}
users_per_tenant: {{smoke or 2}}
network: {}
quotas:
neutron:
network: -1
subnet: -1
pool: -1
vip: -1
sla:
failure_rate:
max: 0