neutron-fwaas/neutron/tests/unit/agent/linux
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 Add support for managing async processes 2013-10-14 07:20:02 +00:00
test_async_process.py fixes tests using called_once_ without assert 2014-04-02 21:34:18 +02:00
test_ovs_lib.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_ovsdb_monitor.py Remove workaround for bug #1219530 2014-04-14 16:06:47 +04:00
test_polling.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00