Merge "Revert "[rally-jobs] unblock gates""
This commit is contained in:
commit
69dc43f81f
@ -183,6 +183,23 @@
|
|||||||
failure_rate:
|
failure_rate:
|
||||||
max: 20
|
max: 20
|
||||||
|
|
||||||
|
NeutronNetworks.create_and_delete_subnets:
|
||||||
|
-
|
||||||
|
args:
|
||||||
|
network_create_args: {}
|
||||||
|
subnet_create_args: {}
|
||||||
|
subnet_cidr_start: "1.1.0.0/30"
|
||||||
|
subnets_per_network: 2
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: {{smoke or 20}}
|
||||||
|
concurrency: {{smoke or 10}}
|
||||||
|
context:
|
||||||
|
network: {}
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 20
|
||||||
|
|
||||||
NeutronNetworks.create_and_delete_floating_ips:
|
NeutronNetworks.create_and_delete_floating_ips:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
|
@ -272,6 +272,30 @@
|
|||||||
failure_rate:
|
failure_rate:
|
||||||
max: 20
|
max: 20
|
||||||
|
|
||||||
|
NeutronNetworks.create_and_delete_subnets:
|
||||||
|
-
|
||||||
|
args:
|
||||||
|
network_create_args: {}
|
||||||
|
subnet_create_args: {}
|
||||||
|
subnet_cidr_start: "1.1.0.0/30"
|
||||||
|
subnets_per_network: 2
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: {{smoke or 20}}
|
||||||
|
concurrency: {{smoke or 10}}
|
||||||
|
context:
|
||||||
|
network: {}
|
||||||
|
users:
|
||||||
|
tenants: {{smoke or 3}}
|
||||||
|
users_per_tenant: {{smoke or 2}}
|
||||||
|
quotas:
|
||||||
|
neutron:
|
||||||
|
network: -1
|
||||||
|
subnet: -1
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 20
|
||||||
|
|
||||||
NeutronNetworks.create_and_delete_floating_ips:
|
NeutronNetworks.create_and_delete_floating_ips:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
@ -429,6 +453,48 @@
|
|||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
|
|
||||||
|
NovaSecGroup.create_and_delete_secgroups:
|
||||||
|
-
|
||||||
|
args:
|
||||||
|
security_group_count: 5
|
||||||
|
rules_per_security_group: 5
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: {{smoke or 4}}
|
||||||
|
concurrency: {{smoke or 4}}
|
||||||
|
context:
|
||||||
|
users:
|
||||||
|
tenants: {{smoke or 2}}
|
||||||
|
users_per_tenant: {{smoke or 2}}
|
||||||
|
quotas:
|
||||||
|
neutron:
|
||||||
|
security_group: -1
|
||||||
|
security_group_rule: -1
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 0
|
||||||
|
|
||||||
|
NovaSecGroup.create_and_list_secgroups:
|
||||||
|
-
|
||||||
|
args:
|
||||||
|
security_group_count: 5
|
||||||
|
rules_per_security_group: 5
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: {{smoke or 4}}
|
||||||
|
concurrency: {{smoke or 4}}
|
||||||
|
context:
|
||||||
|
users:
|
||||||
|
tenants: {{smoke or 2}}
|
||||||
|
users_per_tenant: {{smoke or 2}}
|
||||||
|
quotas:
|
||||||
|
neutron:
|
||||||
|
security_group: -1
|
||||||
|
security_group_rule: -1
|
||||||
|
sla:
|
||||||
|
failure_rate:
|
||||||
|
max: 0
|
||||||
|
|
||||||
VMTasks.boot_runcommand_delete:
|
VMTasks.boot_runcommand_delete:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
|
Loading…
Reference in New Issue
Block a user