neutron/neutron/tests/functional
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
2019-01-17 20:33:35 +00:00
..
agent Fix l3-agent usage of L3AgentExtension class 2019-01-17 20:33:35 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd All functional tests logs results now 2018-11-21 19:58:18 +00:00
common All functional tests logs results now 2018-11-21 19:58:18 +00:00
db remove the neutron.db._resource_extend module 2019-01-02 13:02:06 -07:00
pecan_wsgi Add logging for functional tests 2018-12-17 12:47:48 +01:00
plugins use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
privileged Implement IpAddrCommand.get_devices_with_ip using pyroute2 2018-12-17 13:11:49 +00:00
sanity All functional tests logs results now 2018-11-21 19:58:18 +00:00
scheduler Use constant IP_VERSION_4/6 in functional tests 2018-08-27 21:45:56 +00:00
services Prevent bind fip to port has port forwarding 2019-01-03 12:41:55 +08:00
tests make net_helpers functions work on OpenSUSE 2017-09-20 09:59:44 -07:00
__init__.py tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
base.py Disable displaying warnings in functional tests 2018-12-17 20:48:13 +00:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt Don't return null-byte separated string from ExternalProcess.cmdline() 2017-03-08 07:50:51 +00:00
test_server.py All functional tests logs results now 2018-11-21 19:58:18 +00:00
test_service.py All functional tests logs results now 2018-11-21 19:58:18 +00:00