neutron-fwaas/neutron_fwaas/tests/tempest_plugin
Adit Sarfaty 58a62382e9 Fix pep8 new warnings and pip install error
This patch is a squash of two fix that are needed together to have a
successful zuul run.

1. pep8 fix (cherry-picked from master:
   87eb1b15be )

A recent change in pep/pycodingchecks introduced new warnings as part of
the pep8 target that causes pep8 to fail now.

This patch fixes code that issued warnings W503,E731,E266,E402

In addition, old tests which were not ran anyway, and are no longer
relevant (test_firewall) were deleted.

Conflicts:
	neutron_fwaas/tests/tempest_plugin/tests/scenario/manager.py

2. Avoid parameterless pip install

build-openstack-sphinx-docs jobs fail on all stable branches due to the
new pip version 10 introduces some previously Warning as Error: in case
of calling "pip install" without any package name, the command fails.
tox_install.sh is called during docs job without any package passed to
pip.

Change-Id: If893cf2bc136d09e09344a81fd996ac89479a135
2018-04-25 13:46:24 +02:00
..
services FWaaS v2 Tempest API tests 2016-11-21 16:14:10 -08:00
tests Fix pep8 new warnings and pip install error 2018-04-25 13:46:24 +02:00
__init__.py Add tempest scenario tests 2015-10-19 19:19:04 +09:00
plugin.py Fix TempestPlugin to fix gate failure 2015-11-27 10:37:17 +05:30