summaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack/rally/scenario/opnfv-glance.yaml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-06 15:16:15 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-06 15:16:15 +0000
commit80241f5f8486bfc7ba79bcd47a69a25e719af8a2 (patch)
tree9c69dfcc476d672654eae72b5c6bd8a0cd1dcdf7 /testcases/OpenStack/rally/scenario/opnfv-glance.yaml
parente848f2851a7d1d23915793e4e99e74bc4f3c4b02 (diff)
parentb49d6129e2f6a15be9de7b7f04fbec0bd15ee8e6 (diff)
Merge "Fix image format set for rally test cases"
Diffstat (limited to 'testcases/OpenStack/rally/scenario/opnfv-glance.yaml')
-rw-r--r--testcases/OpenStack/rally/scenario/opnfv-glance.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testcases/OpenStack/rally/scenario/opnfv-glance.yaml b/testcases/OpenStack/rally/scenario/opnfv-glance.yaml
index adbf8b79a..3a67e7457 100644
--- a/testcases/OpenStack/rally/scenario/opnfv-glance.yaml
+++ b/testcases/OpenStack/rally/scenario/opnfv-glance.yaml
@@ -1,7 +1,7 @@
GlanceImages.create_and_delete_image:
-
args:
- {{ glance_args(location=glance_image_location) }}
+ {{ glance_args(location=glance_image_location, type=glance_image_format) }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users) }}
runner:
@@ -12,7 +12,7 @@
GlanceImages.create_and_list_image:
-
args:
- {{ glance_args(location=glance_image_location) }}
+ {{ glance_args(location=glance_image_location, type=glance_image_format) }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users) }}
runner:
@@ -32,7 +32,7 @@
GlanceImages.create_image_and_boot_instances:
-
args:
- {{ glance_args(location=glance_image_location) }}
+ {{ glance_args(location=glance_image_location, type=glance_image_format) }}
flavor:
name: {{ flavor_name }}
number_instances: 2