neutron/neutron/tests/unit
Hong Hui Xiao 9d65841200 The exception type is wrong and makes the except block not work
According to the context, it should be KeyError here to catch.
AttributeError will not happen here. More details could be found
in the bug report.

Change-Id: Id6351172703ac492e86475f75bf1be03f4e4e8a3
Closes-bug: #1506934
2015-10-16 15:12:20 -04:00
..
agent The exception type is wrong and makes the except block not work 2015-10-16 15:12:20 -04:00
api Merge "Use assertTrue(observed) instead of assertEqual(True, observed)" 2015-10-12 09:13:37 +00:00
callbacks Improve callback registry devref documentation and usability 2015-08-12 10:15:07 -07:00
cmd Add IPDevice.exists() method 2015-10-01 13:47:07 -04:00
common Merge "Add OpenFixture and get rid of 'open' mocks" 2015-10-12 23:26:52 +00:00
core_extensions QoS core extension: fixed dict extension when QoS policy is unset 2015-08-08 15:44:27 +02:00
db Merge "Remove useless code in L3 HA unit tests" 2015-10-14 16:49:25 +00:00
debug Reorganize unit test tree 2015-04-06 23:28:31 +00:00
extensions Merge "Use assertTrue(observed) instead of assertEqual(True, observed)" 2015-10-12 09:13:37 +00:00
hacking Use assertTrue(observed) instead of assertEqual(True, observed) 2015-10-09 23:13:58 +09:00
ipam Use assertIsNone(observed) instead of assertEqual(None, observed) 2015-10-06 01:06:11 +02:00
notifiers Use assertIsNone(observed) instead of assertEqual(None, observed) 2015-10-06 01:06:11 +02:00
objects Code refactor for generating integer in testcase 2015-10-08 17:57:37 +00:00
plugins Revert "Make OVS interface name hashing algorithm common and extend it" 2015-10-15 11:10:52 -04:00
quota Reduce the chance of random check/gate test failures 2015-09-09 14:45:16 -07:00
scheduler Simplify L3 HA scheduler tests 2015-10-01 12:01:27 -04:00
services Get rid of ConfigParser code in ProviderConfiguration 2015-09-21 10:55:56 -07:00
tests Merge "Different approach to indicate failure on SystemExit" 2015-07-16 06:57:16 +00:00
__init__.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
_test_extension_portbindings.py Context: Remove logic for read_deleted and deprecate it 2015-06-09 13:50:03 -07:00
dummy_plugin.py Remove lingering traces of q_ 2015-07-07 17:04:44 -04:00
extension_stubs.py Remove get_namespace from API extensions 2015-06-15 09:17:32 -04:00
test_auth.py Use assertTrue(observed) instead of assertEqual(True, observed) 2015-10-09 23:13:58 +09:00
test_context.py Python 3: fix test_context 2015-07-27 16:57:08 +02:00
test_manager.py Flavor Framework implementation 2015-07-16 09:07:41 -07:00
test_policy.py Merge "Use assertTrue(observed) instead of assertEqual(True, observed)" 2015-10-12 09:13:37 +00:00
test_service.py Refactor TestRpcWorker and TestWorkerService 2015-06-16 15:49:48 +03:00
test_wsgi.py Python 3: skip test_json_with_utf8 on Py3 2015-10-15 08:44:53 +00:00
testlib_api.py Improve fixture usage. 2015-07-01 14:53:48 +12:00