summaryrefslogtreecommitdiffstats
path: root/testcases/OpenStack/rally/scenario/opnfv-glance.yaml
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2016-09-06 14:15:31 +0000
committerJuha Kosonen <juha.kosonen@nokia.com>2016-09-06 14:15:31 +0000
commitb49d6129e2f6a15be9de7b7f04fbec0bd15ee8e6 (patch)
treeef6209bf79fb5a435a1486e28d9e5d458fab7836 /testcases/OpenStack/rally/scenario/opnfv-glance.yaml
parentaa9bde1a5d538bbad95b6c7da6815626a0ad7abd (diff)
Fix image format set for rally test cases
Always use image format defined in config_functest.yaml when creating glance images. JIRA: FUNCTEST-460 Change-Id: Ica6b35605301bc14290daa23a1480114cf6294c0 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
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