Files
rally-openstack/samples/tasks/scenarios/cinder/create-and-get-volume.yaml
Andriy Kurilin c3c6de9804 Port all samples to task format v2
Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com>
Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
2025-09-17 13:15:29 +02:00

38 lines
744 B
YAML

description: Test scenario for creating volumes and retrieving them in Cinder block
storage service.
subtasks:
- contexts:
users:
tenants: 2
users_per_tenant: 2
runner:
constant:
concurrency: 2
times: 5
scenario:
CinderVolumes.create_and_get_volume:
size: 1
sla:
failure_rate:
max: 0
title: Create And Get Volume (variant 1)
- contexts:
users:
tenants: 2
users_per_tenant: 2
runner:
constant:
concurrency: 2
times: 5
scenario:
CinderVolumes.create_and_get_volume:
size:
max: 5
min: 1
sla:
failure_rate:
max: 0
title: Create And Get Volume (variant 2)
title: Cinder Volume Creation and Retrieval
version: 2