neutron-fwaas/neutron/tests/unit/hyperv
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 Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_hyperv_neutron_agent.py Merge "Add enable_security_group option" 2014-03-22 02:15:52 +00:00
test_hyperv_neutron_plugin.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_hyperv_rpcapi.py change port status only if port is bound to the good host 2013-10-02 15:14:18 +02:00
test_hyperv_security_groups_driver.py Fixes Hyper-V agent security group ICMP rules 2014-04-10 00:05:43 +03:00
test_hyperv_utilsfactory.py Adds Hyper-V Security Groups implementation 2014-03-04 07:43:18 -08:00
test_hyperv_utilsv2.py Fixes Hyper-V agent security groups disabling 2014-04-10 00:05:44 +03:00