cf3456e4aa
List all neutron agents. This simple scenario tests the "neutron agent-list" command by listing all the neutron agents. Change-Id: I96c1ba7b2be085f5436c5fa4ae85959b3e60b99d
26 lines
551 B
JSON
26 lines
551 B
JSON
{
|
|
"NeutronNetworks.list_agents": [
|
|
{
|
|
"args": {
|
|
"agent_args": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 3
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|