neutron/neutron/tests/unit/cisco
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
..
n1kv Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_config.py tests/unit: refactor reading neutron.conf.test 2014-05-01 11:20:18 +09:00
test_network_db.py Improve unit test coverage for Cisco plugin common code 2013-12-05 17:14:03 -05:00
test_network_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_nexus_db.py Round-robin SVI switch selection fails on Cisco Nexus plugin 2013-11-14 12:19:54 -05:00
test_nexus_plugin.py Fix dangling patches in Cisco and Midonet tests 2014-04-13 00:26:41 +00:00
test_plugin_model.py tests/unit: refactor reading neutron.conf.test 2014-05-01 11:20:18 +09:00