rally-openstack/samples/tasks/scenarios/neutron/list-agents.json
maxinjian cf3456e4aa Add NeutronNetworks.list_agents
List all neutron agents.

This simple scenario tests the "neutron agent-list" command by
listing all the neutron agents.

Change-Id: I96c1ba7b2be085f5436c5fa4ae85959b3e60b99d
2016-11-10 04:39:01 -05:00

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
}
}
}
]
}