From a6422ea8f9c30b810e575a52317796b73ab29891 Mon Sep 17 00:00:00 2001 From: Sai Sindhur Malleni Date: Mon, 21 Jan 2019 14:51:53 -0500 Subject: [PATCH] Add Security Group scenarios to rally-jobs This commit adds security group related rally scenarios to CI. Change-Id: I11fd3a6d30f743dbeea923407bc72753ba488da4 --- rally-jobs/task-neutron.yaml | 115 +++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) diff --git a/rally-jobs/task-neutron.yaml b/rally-jobs/task-neutron.yaml index cafcdb576c2..bf4cac96265 100644 --- a/rally-jobs/task-neutron.yaml +++ b/rally-jobs/task-neutron.yaml @@ -337,3 +337,118 @@ quotas: neutron: floatingip: -1 + - + title: Security Group Related Scenarios + workloads: + - + scenario: + NeutronSecurityGroup.create_and_delete_security_group_rule: + security_group_args: {} + security_group_rule_args: {} + runner: + constant: + times: 50 + concurrency: 10 + contexts: + users: + tenants: 2 + users_per_tenant: 3 + quotas: + neutron: + security_group: -1 + security_group_rule: -1 + - + scenario: + NeutronSecurityGroup.create_and_delete_security_groups: + security_group_create_args: {} + runner: + constant: + times: 50 + concurrency: 10 + contexts: + users: + tenants: 2 + users_per_tenant: 3 + quotas: + neutron: + security_group: -1 + - + scenario: + NeutronSecurityGroup.create_and_list_security_group_rules: + security_group_args: {} + security_group_rule_args: {} + runner: + constant: + times: 50 + concurrency: 10 + contexts: + users: + tenants: 2 + users_per_tenant: 3 + quotas: + neutron: + security_group: -1 + security_group_rule: -1 + - + scenario: + NeutronSecurityGroup.create_and_list_security_groups: + security_group_create_args: {} + runner: + constant: + times: 50 + concurrency: 10 + contexts: + users: + tenants: 2 + users_per_tenant: 3 + quotas: + neutron: + security_group: -1 + - + scenario: + NeutronSecurityGroup.create_and_show_security_group_rule: + security_group_args: {} + security_group_rule_args: {} + runner: + constant: + times: 50 + concurrency: 10 + contexts: + users: + tenants: 2 + users_per_tenant: 3 + quotas: + neutron: + security_group: -1 + security_group_rule: -1 + - + scenario: + NeutronSecurityGroup.create_and_show_security_group: + security_group_create_args: {} + runner: + constant: + times: 50 + concurrency: 10 + contexts: + users: + tenants: 2 + users_per_tenant: 3 + quotas: + neutron: + security_group: -1 + - + scenario: + NeutronSecurityGroup.create_and_update_security_groups: + security_group_create_args: {} + security_group_update_args: {} + runner: + constant: + times: 50 + concurrency: 10 + contexts: + users: + tenants: 2 + users_per_tenant: 3 + quotas: + neutron: + security_group: -1