neutron/neutron/tests/unit
liyingjun 5554d9c5b0 Use router tenant for interface attach
When trying to add interface from a shared network by other tenant to
router, internal server will be raised.
Should use router tenant id instead of subnet tenant id to create port
when adding interface to router. And from the user's perspective the
port created should belong to the user who created it.

Change-Id: Ib124bbc85b9289940eb3de75a222196479e48e6b
Closes-bug: #1673696
2017-03-28 10:07:38 +08:00
..
agent Merge "Provide hook for networking-sfc OVS agent code" 2017-03-22 10:49:49 +00:00
api Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
callbacks Downgrade callback abortable event log to debug 2017-03-16 13:35:39 -07:00
cmd Pecan: Get loaded by paste deploy 2017-02-17 14:54:27 -06:00
common Reconcile quitting_rpc_timeout with backoff RPC client 2017-03-21 01:26:31 +00:00
conf/agent Agent common config 2017-03-15 09:52:18 -06:00
core_extensions Spin off context module 2017-03-06 16:25:29 +00:00
db OVO for Quotas and Reservation 2017-03-24 15:52:34 +00:00
debug Agent common config 2017-03-15 09:52:18 -06:00
extensions Use router tenant for interface attach 2017-03-28 10:07:38 +08:00
hacking Merge "Replace assertEqual(None, *) with assertIsNone in tests" 2016-11-22 02:15:19 +00:00
ipam Spin off context module 2017-03-06 16:25:29 +00:00
notifiers Merge "Remove baremetal notification from nova notifier" 2017-03-15 02:46:20 +00:00
objects Merge "OVO for Quotas and Reservation" 2017-03-26 01:34:16 +00:00
plugins Use router tenant for interface attach 2017-03-28 10:07:38 +08:00
quota OVO for Quotas and Reservation 2017-03-24 15:52:34 +00:00
scheduler Spin off context module 2017-03-06 16:25:29 +00:00
services Add precommit notifications for create/update port/network in ML2 2017-03-20 20:41:38 +00:00
tests Remove recursion from import_modules_recursively 2016-09-30 21:48:50 +00:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
_test_extension_portbindings.py Spin off context module 2017-03-06 16:25:29 +00:00
dummy_plugin.py Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
extension_stubs.py Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
test_auth.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30
test_manager.py neutron-lib: use CORE from neutron lib constants 2016-12-26 00:56:42 -08:00
test_opts.py Fix the sriov agent config group name 2016-05-05 16:16:08 +08:00
test_policy.py Spin off context module 2017-03-06 16:25:29 +00:00
test_service.py Fix that api_workers=0 doesn't spawn any api workers 2016-07-29 05:40:05 -04:00
test_worker.py Move AgentStatusCheckWorker to PeriodicWorker 2016-11-17 15:31:19 -08:00
test_wsgi.py Get rid of get_engine() in db/api.py 2016-08-12 15:48:17 +03:00
testlib_api.py TrivialFix: Do not use synchronous_reader argument 2017-03-10 16:37:01 +00:00