neutron/neutron/tests/unit/nec
Jakub Libosvar c2634fa580 Fix H302 violations in unit tests
H302 violation is reported by flake8 when importing separated objects from
modules instead of importing the whole module.
e.g.   from package.module import function
       function()
is changed to
       from package import module
       module.function()

Change-Id: Ic6975f39c755ded54149a9c01fcdcfaf78c596fc
Partial-Bug: #1291032
2014-05-04 12:39:19 +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 Fix H302 violations in unit tests 2014-05-04 12:39:19 +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