651a585018
Murano scenario list_environments just measures time of API call at this moment because there are no environments created by default. To fix it new context has been added to make possible generate Murano environments before Rally iterations. Change-Id: Ide0c928fd608503f4916f84d81c942c0ce5fec28
13 lines
276 B
YAML
13 lines
276 B
YAML
---
|
|
MuranoEnvironments.list_environments:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
murano_environments:
|
|
environments_per_tenant: 2 |