Tempest plugin for the Neutron project.
Go to file
Brian Haley 33ef4607ff Fix some pep8 errors, update tox.ini
Fixed E731, W503 and I201 pep8 errors.

Added flake8-import-order to test-requirements.txt to avoid
an "unknown option 'import-order-style' ignored" warning.

Removed {posargs} from flake8 invocation so it can be called
such as 'tox -e pep8 HEAD~1' in order to only run on files
changed in the top commit.

Removed py34, py27 and pypy from the tox.ini envlist since
there are no unit tests, and tox reports it skipped all tests.

Change-Id: I574cafe074befa59aaee44b092b011e27f5f4211
2018-05-02 11:51:17 -04:00
devstack Add devstack plugin to ease integration tests 2017-12-06 15:08:50 +00:00
doc/source Fix documentation build 2018-03-14 18:16:36 +05:30
neutron_tempest_plugin Fix some pep8 errors, update tox.ini 2018-05-02 11:51:17 -04:00
playbooks Add stable jobs to the gate 2018-04-20 23:06:10 +00:00
releasenotes Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
tools Add duplicated idempotent_ids checks 2017-11-18 14:22:25 +08:00
.coveragerc Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
.gitignore Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
.gitreview Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
.mailmap Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
.testr.conf Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
.zuul.yaml Add stable jobs to the gate 2018-04-20 23:06:10 +00:00
CONTRIBUTING.rst Fix the old or invalid doc links 2018-03-15 08:45:25 +00:00
HACKING.rst Update of Openstack Commandments url 2018-02-06 10:40:07 +00:00
LICENSE Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
README.rst Fix the old or invalid doc links 2018-03-15 08:45:25 +00:00
babel.cfg Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
requirements.txt uncap eventlet 2018-04-11 11:52:26 -04:00
setup.cfg Fix the old or invalid doc links 2018-03-15 08:45:25 +00:00
setup.py Updated from global requirements 2018-01-27 20:11:19 +00:00
test-requirements.txt Fix some pep8 errors, update tox.ini 2018-05-02 11:51:17 -04:00
tox.ini Fix some pep8 errors, update tox.ini 2018-05-02 11:51:17 -04:00

README.rst

Neutron Tempest Plugin

Tempest plugin for Neutron project.

It contains the tempest plugin for the functional testing of Neutron Project.