Add rally performance gate job for glance
This patch is init setup of rally gate job. After merging this everybody will be able to change rally-scenarios/glance.yaml to run any benchmarks with any load in gates. Change-Id: Ic5e58856ece15e4d130ccd1e0057917441b01728
This commit is contained in:
parent
001dd0112e
commit
40ab559ab2
5
rally-scenarios/README.rst
Normal file
5
rally-scenarios/README.rst
Normal file
@ -0,0 +1,5 @@
|
||||
This directory contains rally benchmark scenarios to be run by OpenStack CI.
|
||||
|
||||
|
||||
* more about rally: https://wiki.openstack.org/wiki/Rally
|
||||
* how to add rally-gates: https://wiki.openstack.org/wiki/Rally/RallyGates
|
30
rally-scenarios/glance.yaml
Normal file
30
rally-scenarios/glance.yaml
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
GlanceImages.create_and_list_image:
|
||||
-
|
||||
args:
|
||||
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:
|
||||
type: "constant"
|
||||
times: 100
|
||||
concurrency: 5
|
||||
context:
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
|
||||
GlanceImages.create_and_delete_image:
|
||||
-
|
||||
args:
|
||||
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:
|
||||
type: "constant"
|
||||
times: 100
|
||||
concurrency: 5
|
||||
context:
|
||||
users:
|
||||
tenants: 5
|
||||
users_per_tenant: 2
|
Loading…
Reference in New Issue
Block a user