diff --git a/rally-jobs/rally-neutron-existing-users.yaml b/rally-jobs/rally-neutron-existing-users.yaml index 4f9d2cdc..2cd6a956 100644 --- a/rally-jobs/rally-neutron-existing-users.yaml +++ b/rally-jobs/rally-neutron-existing-users.yaml @@ -14,22 +14,6 @@ failure_rate: max: 20 - NeutronNetworks.create_and_list_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 NeutronSecurityGroup.create_and_list_security_groups: - @@ -81,39 +65,6 @@ failure_rate: max: 0 - NeutronNetworks.create_and_list_routers: - - - args: - network_create_args: - subnet_create_args: - subnet_cidr_start: "1.1.0.0/30" - subnets_per_network: 2 - router_create_args: - runner: - type: "constant" - times: {{smoke or 15}} - concurrency: {{smoke or 5}} - context: - network: {} - sla: - failure_rate: - max: 20 - - NeutronNetworks.create_and_list_ports: - - - args: - network_create_args: - port_create_args: - ports_per_network: 4 - runner: - type: "constant" - times: {{smoke or 15}} - concurrency: {{smoke or 5}} - context: - network: {} - sla: - failure_rate: - max: 20 NeutronLoadbalancerV1.create_and_list_healthmonitors: - @@ -168,46 +119,6 @@ failure_rate: max: 20 - NeutronNetworks.create_and_update_subnets: - - - args: - network_create_args: {} - subnet_create_args: {} - subnet_cidr_start: "1.4.0.0/16" - subnets_per_network: 2 - subnet_update_args: - enable_dhcp: False - name: "_subnet_updated" - runner: - type: "constant" - times: {{smoke or 20}} - concurrency: {{smoke or 10}} - context: - network: {} - sla: - failure_rate: - max: 20 - - NeutronNetworks.create_and_update_routers: - - - args: - network_create_args: {} - subnet_create_args: {} - subnet_cidr_start: "1.1.0.0/30" - subnets_per_network: 2 - router_create_args: {} - router_update_args: - admin_state_up: False - name: "_router_updated" - runner: - type: "constant" - times: {{smoke or 15}} - concurrency: {{smoke or 5}} - context: - network: {} - sla: - failure_rate: - max: 20 NeutronNetworks.create_and_delete_networks: - @@ -221,22 +132,6 @@ 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: - @@ -251,42 +146,6 @@ failure_rate: max: 0 - NeutronNetworks.create_and_delete_ports: - - - args: - network_create_args: {} - port_create_args: {} - ports_per_network: 10 - runner: - type: "constant" - times: {{smoke or 8}} - concurrency: {{smoke or 4}} - context: - network: {} - sla: - failure_rate: - max: 20 - - NeutronNetworks.create_and_update_ports: - - - args: - network_create_args: {} - port_create_args: {} - ports_per_network: 5 - port_update_args: - admin_state_up: False - device_id: "dummy_id" - device_owner: "dummy_owner" - name: "_port_updated" - runner: - type: "constant" - times: {{smoke or 20}} - concurrency: {{smoke or 10}} - context: - network: {} - sla: - failure_rate: - max: 20 Quotas.neutron_update: - @@ -325,24 +184,3 @@ sla: failure_rate: max: 0 - - VMTasks.boot_runcommand_delete: - - - args: - flavor: - name: "m1.tiny" - image: - name: {{image_name}} - command: - script_file: "~/.rally/extra/instance_dd_test.sh" - interpreter: "/bin/sh" - username: "cirros" - runner: - type: "constant" - times: {{smoke or 4}} - concurrency: {{smoke or 2}} - context: - network: {} - sla: - failure_rate: - max: 0