neutron/neutron/tests/functional
Brandon Logan 6e908dd417 Pecan: Handle member actions
The legacy pecan uri routing allowed the definition of member actions.
These are API resources that hang off a particular resource_id.  An
example of this is:

PUT /routers/{router_id}/add_router_interface

The legacy seemed to do only PUTs and GETs so that has been implemented
in Pecan.  Other methods can easily be added if needed.

Also, with the generic handling of this came the decision to remove the
specific pecan routers controller because it's only function was to
facilitate its member actions to work.  It is no longer needed.

Change-Id: If776476545edca0c4c43ce3969bb5d1af79f4382
2016-08-30 00:34:02 -05:00
..
agent Fix wait_until_true condition in dhcp test 2016-07-20 04:18:41 -07:00
api Fix module's import order 2016-01-22 06:38:42 -08:00
cmd Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
common Move wait_until_true to neutron.common.utils 2016-06-27 11:40:11 +00:00
db Replace device owners hard coded strings to neutron_lib constants 2016-07-12 04:11:35 -04:00
pecan_wsgi Pecan: Handle member actions 2016-08-30 00:34:02 -05:00
plugins Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
sanity Check missed ip6tables utility 2016-01-04 19:19:56 +08:00
scheduler Make pep8 job great again 2016-06-21 16:23:51 +00:00
services Merge "Refactor usage of dict.values()[0]" 2016-07-18 10:25:47 +00:00
tests Add logging for some functional tests 2016-05-04 06:41:17 -04:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Delete post_test_hook.generate_test_logs 2016-05-04 11:11:46 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py Move wait_until_true to neutron.common.utils 2016-06-27 11:40:11 +00:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00