ff779b7176
This switches all remaining scenarios to using the new consistent random name generator. Keystone scenarios were switched in a previous commit. Implements blueprint: consistent-resource-names Change-Id: I4d7defc328a516e7f84744c9a0fcaeb3b5f94d0c
25 lines
420 B
YAML
25 lines
420 B
YAML
---
|
|
ZaqarBasic.create_queue:
|
|
-
|
|
args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 100
|
|
concurrency: 10
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
ZaqarBasic.producer_consumer:
|
|
-
|
|
args:
|
|
min_msg_count: 50
|
|
max_msg_count: 200
|
|
runner:
|
|
type: "constant"
|
|
times: 100
|
|
concurrency: 10
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|