diff --git a/rally-jobs/rally-neutron-existing-users.yaml b/rally-jobs/rally-neutron-existing-users.yaml index 688772ed..5668694a 100644 --- a/rally-jobs/rally-neutron-existing-users.yaml +++ b/rally-jobs/rally-neutron-existing-users.yaml @@ -183,6 +183,23 @@ failure_rate: 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: - args: diff --git a/rally-jobs/rally-neutron.yaml b/rally-jobs/rally-neutron.yaml index eebce644..93bd3e9f 100644 --- a/rally-jobs/rally-neutron.yaml +++ b/rally-jobs/rally-neutron.yaml @@ -272,6 +272,30 @@ failure_rate: 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: - args: @@ -429,6 +453,48 @@ failure_rate: 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: - args: