]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix configratuion of rally jobs
authorBoris Pavlovic <boris@pavlovic.me>
Wed, 28 Jan 2015 23:12:33 +0000 (02:12 +0300)
committerBoris Pavlovic <boris@pavlovic.me>
Thu, 29 Jan 2015 02:02:57 +0000 (05:02 +0300)
* Reduce requested resources by rally job
* Remove nested snapshot benchmark cause seems like it has some
  issues not related to cinder

Change-Id: Id38cc0670f081b352e7db2b63e47e156ed277382

rally-jobs/cinder.yaml

index 9ccb5b8d2d377853a1c58244ca7711612a543504..40d95784089172c938aa55bb381e45eb91930dff 100644 (file)
@@ -38,7 +38,7 @@
         size: 1
       runner:
         type: "constant"
-        times: 12
+        times: 8
         concurrency: 4
       context:
         users:
           volume_type: false
           size:
               min: 1
-              max: 2
+              max: 1
       runner:
         type: "constant"
-        times: 12
-        concurrency: 3
+        times: 6
+        concurrency: 2
       context:
         users:
-          tenants: 2
+          tenants: 1
           users_per_tenant: 1
         servers:
           image:
             name: "^cirros.*uec$"
           flavor:
             name: "m1.tiny"
-          servers_per_tenant: 2
+          servers_per_tenant: 1
       sla:
           failure_rate:
             max: 0
           volume_type: true
           size:
               min: 1
-              max: 2
+              max: 1
       runner:
         type: "constant"
-        times: 12
-        concurrency: 3
+        times: 6
+        concurrency: 2
       context:
         users:
           tenants: 1
           failure_rate:
             max: 0
 
-  CinderVolumes.create_nested_snapshots_and_attach_volume:
-    -
-      args:
-          size:
-              min: 1
-              max: 2
-          nested_level:
-              min: 2
-              max: 2
-      runner:
-        type: "constant"
-        times: 12
-        concurrency: 3
-      context:
-        users:
-          tenants: 2
-          users_per_tenant: 1
-        servers:
-          image:
-            name: "^cirros.*uec$"
-          flavor:
-            name: "m1.tiny"
-          servers_per_tenant: 2
-      sla:
-          failure_rate:
-            max: 0