Disabled Glance rally test because 1) The test fails at pulliing cirros
image due to redirects; 2) Redundant with the functest which is more
complete.
Change-Id: I1757ddbe08831e1946b3574afa4ec5970bb9df84
Signed-off-by: James Gu <james.gu@att.com>
path: .
storagePolicy: cleartext
data:
+ test:
+ enabled: false
values:
pod:
replicas:
conf:
rally_tests:
run_tempest: false
- tests:
- GlanceImages.create_and_delete_image:
- - args:
- container_format: bare
- disk_format: qcow2
- image_location: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
- runner:
- concurrency: 1
- times: 1
- type: constant
- sla:
- failure_rate:
- max: 0
- GlanceImages.create_and_list_image:
- - args:
- container_format: bare
- disk_format: qcow2
- image_location: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
- runner:
- concurrency: 1
- times: 1
- type: constant
- sla:
- failure_rate:
- max: 0
-
...