From 5e0a5d41c7e4d16ebc670d7629d72a67299a07cb Mon Sep 17 00:00:00 2001 From: Bence Romsics Date: Fri, 31 May 2019 13:35:26 +0200 Subject: [PATCH] Rally task definition for port binding scenario Change-Id: I112e477f95958c6235dbc42da06ebc45b236e8f6 Depends-On: https://review.opendev.org/662781 Partial-Bug: #1833674 --- rally-jobs/task-neutron.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/rally-jobs/task-neutron.yaml b/rally-jobs/task-neutron.yaml index 23b06174136..805215c7c2b 100644 --- a/rally-jobs/task-neutron.yaml +++ b/rally-jobs/task-neutron.yaml @@ -256,6 +256,27 @@ neutron: network: -1 port: -1 + - + scenario: + NeutronNetworks.create_and_bind_ports: + ports_per_network: 5 + runner: + constant: + times: 3 + concurrency: 2 + contexts: + users: + tenants: 1 + users_per_tenant: 1 + roles: + - admin + quotas: + neutron: + network: -1 + subnet: -1 + port: -1 + network: {} + networking_agents: {} - scenario: NeutronNetworks.create_and_delete_ports: