diff --git a/rally-jobs/rally-neutron.yaml b/rally-jobs/rally-neutron.yaml index ee31d280..d555b742 100644 --- a/rally-jobs/rally-neutron.yaml +++ b/rally-jobs/rally-neutron.yaml @@ -520,3 +520,28 @@ sla: failure_rate: max: 0 + + NovaSecGroup.boot_and_delete_server_with_secgroups: + - + args: + flavor: + name: "m1.tiny" + image: + name: "^cirros.*uec$" + security_group_count: 5 + rules_per_security_group: 5 + runner: + type: "constant" + times: 4 + concurrency: 4 + context: + users: + tenants: 3 + users_per_tenant: 2 + quotas: + neutron: + security_group: -1 + security_group_rule: -1 + sla: + failure_rate: + max: 25 diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 2f3cd0f6..f67014ec 100755 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -890,7 +890,8 @@ tenants: 3 users_per_tenant: 2 sla: - max_failure_percent: 0 + failure_rate: + max: 0 - args: @@ -1177,7 +1178,8 @@ security_groups: -1 security_group_rules: -1 sla: - max_failure_percent: 0 + failure_rate: + max: 0 NovaSecGroup.create_and_list_secgroups: - @@ -1197,4 +1199,31 @@ security_groups: -1 security_group_rules: -1 sla: - max_failure_percent: 0 + failure_rate: + max: 0 + + + NovaSecGroup.boot_and_delete_server_with_secgroups: + - + args: + flavor: + name: "m1.tiny" + image: + name: "^cirros.*uec$" + security_group_count: 5 + rules_per_security_group: 5 + runner: + type: "constant" + times: 4 + concurrency: 4 + context: + users: + tenants: 3 + users_per_tenant: 2 + quotas: + nova: + security_groups: -1 + security_group_rules: -1 + sla: + failure_rate: + max: 25 \ No newline at end of file