neutron/neutron/tests/unit/nec
Ihar Hrachyshka c0db9c23e3 Configure agents using neutron.common.config.init (formerly .parse)
After oslo.messaging port is done, we'll need to initialize RPC layer
from all RPC agents. We'll put initialization into init() function, so
the first step for migration is to make agents use it.

The function is renamed to be explicit about the fact that we don't just
parse configuration by calling it, but also do other common
initializations, like setting RPC layer.

blueprint oslo-messaging

Change-Id: I71c62f270ac7a1ff1426a3f49a32133b65580e35
2014-06-17 21:56:24 +02:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
fake_ofc_manager.py Refactor unit tests for NEC Plugin 2013-07-12 15:40:33 +09:00
stub_ofc_driver.py NEC plugin: PFC packet fitler support 2014-03-04 09:08:29 +09:00
test_agent_scheduler.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_config.py NEC plugin: Allow to add prefix to OFC REST URL 2014-03-22 04:51:25 +09:00
test_db.py NEC plugin: Rename quantum_id column to neutron_id 2014-03-22 06:30:13 +09:00
test_nec_agent.py Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
test_nec_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_ofc_client.py Replace HTTPSConnection in NEC plugin 2014-04-03 23:28:19 +09:00
test_ofc_manager.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_packet_filter.py UT: do not hide an original error in test resource ctxtmgr 2014-03-28 05:49:13 +00:00
test_pfc_driver.py Replace HTTPSConnection in NEC plugin 2014-04-03 23:28:19 +09:00
test_portbindings.py Merge "Add enable_security_group option" 2014-03-22 02:15:52 +00:00
test_router.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_security_group.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_trema_driver.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_utils.py nec plugin: Compare OFS datapath_id as hex int 2014-02-13 10:37:29 +00:00