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