Decrease volume_size in all Rally tests 25/66725/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 28 Jan 2019 19:37:29 +0000 (20:37 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 28 Jan 2019 19:37:29 +0000 (20:37 +0100)
Devstack allocates a 24G disk image by default [1].
It can be easily reached by setting volume size to 5G or 10G.

[1] https://github.com/openstack-dev/devstack/blob/master/stackrc#L779

Change-Id: I7c35d8f333718d6c192a9f12a714e626d60b1895
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/opnfv_tests/openstack/rally/scenario/full/opnfv-cinder.yaml
functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml
functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml

index f36d0b2..bb9cbfb 100644 (file)
         {{ vm_params(image_name,flavor_name) }}
         size:
           min: 1
-          max: 5
+          max: 1
         create_vm_params:
             nics:
               - net-id: {{ netid }}
       args:
         size:
           min: 1
-          max: 5
+          max: 1
       context:
         {% call user_context(tenants_amount, users_amount, use_existing_users) %}
         quotas:
index 0e65ac1..ab2f114 100644 (file)
     -
       args:
         {{ vm_params(image_name, flavor_name) }}
-        volume_size: 10
+        volume_size: 1
         nics:
           - net-id: {{ netid }}
       context:
     - args:
         {{ vm_params(image_name, flavor_name) }}
         block_migration: false
-        volume_size: 10
+        volume_size: 1
         force_delete: false
         nics:
           - net-id: {{ netid }}
     -
       args:
         {{ vm_params(image_name, flavor_name) }}
-        volume_size: 5
+        volume_size: 1
         nics:
           - net-id: {{ netid }}
       context:
index 7dd252d..23940ac 100644 (file)
@@ -31,7 +31,7 @@
     - args:
         {{ vm_params(image_name, flavor_name) }}
         block_migration: false
-        volume_size: 10
+        volume_size: 1
         force_delete: false
         nics:
           - net-id: {{ netid }}
@@ -67,7 +67,7 @@
     -
       args:
         {{ vm_params(image_name, flavor_name) }}
-        volume_size: 5
+        volume_size: 1
         nics:
           - net-id: {{ netid }}
       context: