You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neutron/neutron/tests/functional/agent
Brian Haley 4bb78e8c21 Fix l3-agent usage of L3AgentExtension class
The L3AgentExtension class delete_router() method expects a
dict as it's 'data' argument, but the l3-agent code that
deletes a router was passing just the router ID.  Change to
correctly pass a router dictionary if one exists.

Change-Id: I112d1f8dce9defddfbd8fbfa75bf538e308e1561
Closes-bug: #1809134
4 years ago
..
l2 Remove deprecated vsctl ovsdb_interface api 5 years ago
l3 Fix l3-agent usage of L3AgentExtension class 4 years ago
linux Implement IpRuleCommand.delete() using pyroute2 5 years ago
ovsdb Remove polling from test_create_bridges 5 years ago
windows All functional tests logs results now 5 years ago
__init__.py Empty files should not contain copyright or license 9 years ago
test_dhcp_agent.py Use constant IP_VERSION_4/6 in functional tests 5 years ago
test_firewall.py Remove deprecated vsctl ovsdb_interface api 5 years ago
test_l2_lb_agent.py LB Trunk: Stop matching MAC of subport to port model 6 years ago
test_l2_ovs_agent.py Fix all pep8 E265 errors 5 years ago
test_ovs_flows.py Remove deprecated vsctl ovsdb_interface api 5 years ago
test_ovs_lib.py Remove deprecated vsctl ovsdb_interface api 5 years ago