From 9c96e1ea20a99e800ec56228cc7555538d469e90 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Sat, 5 Sep 2015 11:45:52 +0300 Subject: [PATCH] [JOBS] Return dummy scenario for nova quotas Change-Id: Id6e8bf432bd65749608f8d254a04d221d6c15611 --- rally-jobs/rally.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 2aae1ac2..24168af5 100644 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -604,6 +604,35 @@ sla: failure_rate: max: 0 + - + args: + sleep: 0.01 + runner: + type: "constant" + times: 1 + concurrency: 1 + context: + quotas: + nova: + instances: 200 + cores: 200 + ram: -1 + floating_ips: 200 + fixed_ips: 200 + metadata_items: -1 + injected_files: -1 + injected_file_content_bytes: -1 + injected_file_path_bytes: -1 + key_pairs: 500 + security_groups: 400 + security_group_rules: 600 + cinder: + gigabytes: -1 + snapshots: -1 + volumes: -1 + sla: + failure_rate: + max: 0 Dummy.dummy_exception: -