neutron/neutron/tests/unit/bigswitch
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
..
etc BigSwitch: Add SSL Certificate Validation 2014-03-05 15:08:39 -05:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
fake_server.py BigSwitch: Add SSL Certificate Validation 2014-03-05 15:08:39 -05:00
test_agent_scheduler.py BigSwitch: Improves server manager UT coverage 2014-04-04 13:28:35 -07:00
test_base.py BSN: Remove module-level ref to httplib method 2014-04-07 22:37:46 -07:00
test_capabilities.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_restproxy_agent.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_restproxy_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_router_db.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_security_groups.py BigSwitch: Improves server manager UT coverage 2014-04-04 13:28:35 -07:00
test_servermanager.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_ssl.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00