9061e03bd8
Rename sample scenario files so that dash(-) used consistently instead of underscore (_) Change-Id: I8e4ccabfc16b32a12a091e6b168b12d25643b028
27 lines
674 B
JSON
27 lines
674 B
JSON
{
|
|
"NeutronLoadbalancerV1.create_and_update_healthmonitors": [
|
|
{
|
|
"args": {
|
|
"healthmonitor_create_args": {},
|
|
"healthmonitor_update_args": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 100,
|
|
"concurrency": 10
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 5,
|
|
"users_per_tenant": 2
|
|
},
|
|
"quotas": {
|
|
"neutron": {
|
|
"health_monitor": -1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|