77e02f143c
This PS introduces 'helm test' functionaility to Glance. Change-Id: I7a25a89f8413aa5e88f28c30f8a040e8d5909bc9 Partial-Implements: blueprint implement-helm-test-for-charts
34 lines
856 B
Smarty
34 lines
856 B
Smarty
---
|
|
GlanceImages.create_and_delete_image:
|
|
- args:
|
|
container_format: {{ .Values.conf.rally_tests.images.container_format }}
|
|
disk_format: {{ .Values.conf.rally_tests.images.disk_format }}
|
|
image_location: {{ .Values.conf.rally_tests.images.image_location }}
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
runner:
|
|
concurrency: 1
|
|
times: 1
|
|
type: constant
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
GlanceImages.create_and_list_image:
|
|
- args:
|
|
container_format: {{ .Values.conf.rally_tests.images.container_format }}
|
|
disk_format: {{ .Values.conf.rally_tests.images.disk_format }}
|
|
image_location: {{ .Values.conf.rally_tests.images.image_location }}
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
runner:
|
|
concurrency: 1
|
|
times: 1
|
|
type: constant
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|