rally-openstack/samples/tasks/scenarios/ceilometer/list-samples.yaml
vgusev 0bf35b1cb1 [Ceilometer] Add context and scenario for resources
- Added context ceilometer.py for creating samples
and collecting resources in list
- Added CeilometerResource.get_resources_on_tenant scenario

Change-Id: I4cf6148cdd3fa685a2ae17eb16f1e205e1edb2bf
2015-05-05 15:37:42 +03:00

19 lines
443 B
YAML

---
CeilometerSamples.list_samples:
-
runner:
type: "constant"
times: 10
concurrency: 2
context:
users:
tenants: 2
users_per_tenant: 2
ceilometer:
counter_name: "cpu_util"
counter_type: "gauge"
counter_unit: "instance"
counter_volume: 1.0
resources_per_tenant: 3
samples_per_resource: 3