bf24d5e53b
- Remove obsolate plugin (use in tree one) - Use Task V2 format instead of Task V1 Change-Id: I34a4b730ee4a916f725baadee09f812bd9658217
35 lines
979 B
YAML
35 lines
979 B
YAML
---
|
|
version: 2
|
|
title: Task used by gate-rally-dsvm-glance-ubuntu-xenial-nv and gate-rally-dsvm-py35-glance-nv
|
|
subtasks:
|
|
-
|
|
title: Test Glance upload and list image performance
|
|
scenario:
|
|
GlanceImages.create_and_list_image:
|
|
image_location: "~/.rally/extra/fake.img"
|
|
container_format: "bare"
|
|
disk_format: "qcow2"
|
|
runner:
|
|
constant:
|
|
times: 700
|
|
concurrency: 7
|
|
contexts:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
-
|
|
title: Test Glance upload and delete image performance
|
|
scenario:
|
|
GlanceImages.create_and_delete_image:
|
|
image_location: "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img"
|
|
container_format: "bare"
|
|
disk_format: "qcow2"
|
|
runner:
|
|
constant:
|
|
times: 20
|
|
concurrency: 5
|
|
contexts:
|
|
users:
|
|
tenants: 5
|
|
users_per_tenant: 2
|