neutron/neutron/tests/unit/vmware/nsxlib
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 Neutron core/service plugins for VMware NSX 2014-02-23 19:12:35 -08:00
base.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_l2gateway.py Add support for tenant-provided NSX gateways devices 2014-03-07 23:00:03 +01:00
test_lsn.py Merge "NSX: fix API payloads for dhcp/metadata setup" 2014-05-01 06:54:38 +00:00
test_queue.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
test_router.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_secgroup.py NSX: Propagate name updates for security profiles 2014-03-13 21:33:40 +00:00
test_switch.py NSX: Fix fake_api_client to raise NotFound 2014-04-22 12:47:55 -07:00
test_versioning.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00