neutron/neutron/tests/unit
Hunt Xu 29edea0588 Fix errors in PrefixDelegation.remove_stale_ri_ifname
Firstly fix a typo (iteriterms -> iteritems) introduced by [1]. Then a
"dictionary changed size during iteration" RuntimeError is reported by
the newly added unit test.

[1] I17df98128c7a88e72e31251687f30f569df6b860.

TrivialFix

Change-Id: I70c548eab2264b3f94ba1a215f933046345411a7
Signed-off-by: Hunt Xu <mhuntxu@gmail.com>
2017-05-02 16:46:56 +00:00
..
agent Fix errors in PrefixDelegation.remove_stale_ri_ifname 2017-05-02 16:46:56 +00:00
api use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
cmd ip_lib: ignore gre and lo devices in get_devices by default 2017-04-13 15:03:06 -07:00
common Merge "Switched rpc access policy to DefaultRPCAccessPolicy" 2017-04-17 23:36:27 +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 use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
debug use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
extensions use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
hacking Switch to neutron-lib hacking factory 2017-04-13 07:41:25 -07:00
ipam New enginefacade for networks, subnets. 2017-03-30 01:26:45 -07:00
notifiers Merge "Remove baremetal notification from nova notifier" 2017-03-15 02:46:20 +00:00
objects Merge "Add QoS bandwidth limit for instance ingress traffic" 2017-05-01 11:20:39 +00:00
plugins use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
quota TestTrackedResource: register core plugin in directory 2017-03-30 18:05:33 +00:00
scheduler DVR: Move _get_floatingip_by_port to l3_db 2017-04-18 18:43:04 -07:00
services Merge "Metering to OVO" 2017-04-27 15:02:31 +00:00
tests Remove recursion from import_modules_recursively 2016-09-30 21:48:50 +00:00
__init__.py Don't set use_stderr to False for tests 2017-04-15 01:41:29 +00:00
_test_extension_portbindings.py use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06: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 Use oslo.context class method to construct context object 2017-03-23 09:02:46 +00:00
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 Merge "Neutron server was not compatible with member actions" 2017-04-21 06:28:39 +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 Pass parameters when create eventlet.wsgi server 2017-03-17 14:14:25 +08:00
testlib_api.py Fix SQL fixture to preserve engine facade settings 2017-04-06 09:36:07 +00:00