diff options
author | James Gu <james.gu@att.com> | 2020-02-17 08:12:52 -0800 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-02-17 08:18:07 -0800 |
commit | 02bcc5f249fa21873baed5f0177f2a9b98f6aaeb (patch) | |
tree | 291574b3ce273007e5c9933b4f514eca62d59293 | |
parent | 12230e534d4c2f74f2aa002ccb7b3d741a3f8d2e (diff) |
Disable Glance rally test
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>
-rw-r--r-- | type/cntt/software/charts/osh/openstack-glance/glance.yaml | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/type/cntt/software/charts/osh/openstack-glance/glance.yaml b/type/cntt/software/charts/osh/openstack-glance/glance.yaml index cbc0f5d..0442bc6 100644 --- a/type/cntt/software/charts/osh/openstack-glance/glance.yaml +++ b/type/cntt/software/charts/osh/openstack-glance/glance.yaml @@ -16,6 +16,8 @@ metadata: path: . storagePolicy: cleartext data: + test: + enabled: false values: pod: replicas: @@ -24,30 +26,4 @@ data: 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 - ... |