neutron/neutron/tests/unit/mlnx
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
test_agent_scheduler.py Change header from LLC to Foundation 2013-09-20 01:37:51 +08:00
test_defaults.py Change tenant network type usage for IB Fabric 2014-02-24 08:14:34 +02:00
test_mlnx_comm_utils.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_mlnx_db.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_mlnx_neutron_agent.py Fixed TypeError when creating MlnxException 2014-03-25 16:43:30 +02:00
test_mlnx_plugin.py Add enable_security_group option 2014-03-21 00:50:15 +01:00
test_mlnx_plugin_config.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_mlnx_security_group.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_rpcapi.py Replace stubout with fixtures 2013-11-24 10:46:08 -05:00