neutron/neutron/tests/fullstack
Akihiro Motoki f64110f652 Use flake8-import-order plugin
In reviews we usually check import grouping but it is boring.
By using flake8-import-order plugin, we can avoid this.
It enforces loose checking so it sounds good to use it.
This flake8 plugin is already used in tempest.

Note that flake8-import-order version is pinned to avoid unexpected
breakage of pep8 job.

Setup for unit tests of hacking rules is tweaked to disable
flake8-import-order checks. This extension assumes an actual file exists
and causes hacking rule unit tests.

Change-Id: Ib51bd97dc4394ef2b46d4dbb7fb36a9aa9f8fe3d
2017-07-05 03:15:27 +00:00
..
cmd Configure root_helper and root_helper_daemon in fullstack tests 2017-06-04 06:31:13 +00:00
resources Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
README Moved fullstack test doc content to TESTING.rst 2015-12-03 17:02:54 -05:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Use rootwrap for fullstack test runner 2017-06-08 18:42:47 +00:00
test_connectivity.py Add Linuxbridge agent to no dhcp fullstack connectivity test 2017-04-23 21:07:24 +00:00
test_dhcp_agent.py fullstack: Don't let dhcp agents failover 2017-04-20 14:04:50 +00:00
test_l3_agent.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_qos.py Ingress bandwidth limit rule in Linuxbridge agent 2017-06-22 08:20:48 +00:00
test_securitygroup.py Fullstack: enable DHCP agent 2017-04-21 09:26:46 +00:00
test_trunk.py Change default exception in wait_until_true 2017-01-09 05:37:27 -05:00
utils.py fullstack: execute qos tests for all ovsdb/of interface permutations 2016-09-17 03:00:31 +00:00

README

Please see neutron/TESTING.rst.