neutron/neutron/tests/unit/vmware
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
..
apiclient Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
db Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
etc Rename Neutron core/service plugins for VMware NSX 2014-02-23 19:12:35 -08:00
extensions Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
nsxlib Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
vshield Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
__init__.py Remove nvplib and move utility methods into nsxlib 2014-03-03 06:37:59 -08:00
test_agent_scheduler.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_dhcpmeta.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_nsx_opts.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_nsx_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_nsx_sync.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_nsx_utils.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00