![Andrey Kurilin](/assets/img/avatar_default.png)
We do not need to run all tests for both yaml and json configs of one samples since we have a separate check that pair of configs has same content. Also, this patch removes code duplication and fixes check of sla section. Change-Id: I74b37043389927eea95cb1129adf811b62645f70
19 lines
433 B
YAML
19 lines
433 B
YAML
---
|
|
GlanceImages.create_and_deactivate_image:
|
|
-
|
|
args:
|
|
image_location: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
|
|
container_format: "bare"
|
|
disk_format: "qcow2"
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 1
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|