From d0107deaec4ed705a4d1f07f583c839c8b4e719d Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Fri, 16 Sep 2016 17:58:57 +0300 Subject: [PATCH] Revert "[rally-jobs] unblock gates" Let's try to launch them This reverts commit 878ed9bea169668ebbe6761802b8e39ec73b35ca. Depends-On: Id15b55b097641325ac68275fe4bb3ebe93718cdd Change-Id: Ib37aa81c8ef03cb858eca9b3e1efbed293cde5bb --- rally-jobs/rally-neutron-existing-users.yaml | 17 +++++ rally-jobs/rally-neutron.yaml | 66 ++++++++++++++++++++ 2 files changed, 83 insertions(+) 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: