neutron/neutron/tests/unit/services/vpn
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
..
device_drivers Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
service_drivers Cisco VPN device driver - support IPSec connection updates 2014-04-30 14:13:52 +00:00
__init__.py VPN as a Service (VPNaaS) API and DataModel 2013-07-30 10:38:00 -07:00
test_vpn_agent.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_vpnaas_driver_plugin.py VPNaaS support for VPN service admin state change and reporting 2014-03-21 13:43:12 +00:00
test_vpnaas_extension.py tests/service: consolidate setUp/tearDown logic 2014-02-25 10:33:56 +09:00