246d94f2a8
* deploy-environment benchmark. Used to upload specified package and deploy it in environment. Change-Id: I8312527ee4a6aa164a9545e52c8bd5f0381ebeb8 Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com> Co-Authored-By: Sergey Murashov <smurashov@mirantis.com>
49 lines
1019 B
YAML
49 lines
1019 B
YAML
---
|
|
MuranoEnvironments.list_environments:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 30
|
|
concurrency: 4
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
MuranoEnvironments.create_and_delete_environment:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: 20
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
MuranoEnvironments.create_and_deploy_environment:
|
|
-
|
|
args:
|
|
packages_per_env: 2
|
|
runner:
|
|
type: "constant"
|
|
times: 8
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
murano_packages:
|
|
app_package: "/home/jenkins/.rally/extra/murano/applications/HelloReporter/io.murano.apps.HelloReporter.zip"
|
|
roles:
|
|
- "admin"
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|