neutron/neutron/tests/unit/oneconvergence
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 One Convergence Neutron Plugin Implementation 2014-03-06 08:10:07 -08:00
test_nvsd_agent.py Add enable_security_group option 2014-03-21 00:50:15 +01:00
test_nvsd_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_nvsdlib.py One Convergence Neutron Plugin l3 ext support 2014-03-06 21:50:55 +00:00
test_plugin_helper.py One Convergence Neutron Plugin Implementation 2014-03-06 08:10:07 -08:00
test_security_group.py Permit ICMPv6 RAs only from known routers 2014-04-02 16:24:17 +08:00