From dc0dfb464a00b49c1a8d23203c588006fcb0abdb Mon Sep 17 00:00:00 2001 From: Sergey Skripnick Date: Mon, 4 Jan 2016 12:33:00 +0200 Subject: [PATCH] Test image downloading in image_context Change-Id: I79397d2458310ed0fed487c15e62aa3696e95bc2 --- rally-jobs/rally.yaml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 870e9171..65060f52 100644 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -1,3 +1,4 @@ +{%- set cirros_image_url = "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" %} --- KeystoneBasic.create_user: - @@ -760,6 +761,24 @@ max: 0 GlanceImages.list_images: + - + runner: + type: "constant" + times: 5 + concurrency: 10 + context: + users: + tenants: 1 + users_per_tenant: 2 + images: + image_url: "{{ cirros_image_url }}" + image_type: "qcow2" + image_container: "bare" + images_per_tenant: 1 + sla: + failure_rate: + max: 0 + - runner: type: "constant" @@ -781,7 +800,7 @@ GlanceImages.create_and_delete_image: - args: - image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" + image_location: "{{ cirros_image_url }}" container_format: "bare" disk_format: "qcow2" runner: @@ -817,7 +836,7 @@ GlanceImages.create_image_and_boot_instances: - args: - image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" + image_location: "{{ cirros_image_url }}" container_format: "bare" disk_format: "qcow2" flavor: