d7911e7a5d
Change-Id: I1cd4e7473bbb86e73114ee9a6ed78bbb6e824317
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"Dummy.openstack": [
|
|
{
|
|
"args": {
|
|
"sleep": 0.1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
},
|
|
"murano_packages": {
|
|
"app_package": "rally-jobs/extra/murano/applications/HelloReporter/io.murano.apps.HelloReporter.zip"
|
|
},
|
|
"roles": ["admin"]
|
|
}
|
|
},
|
|
{
|
|
"args": {
|
|
"sleep": 0.1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
},
|
|
"murano_packages": {
|
|
"app_package": "rally-jobs/extra/murano/applications/HelloReporter/io.murano.apps.HelloReporter/"
|
|
},
|
|
"roles": ["admin"]
|
|
}
|
|
}
|
|
]
|
|
}
|