manila/manila/tests/api
Goutham Pacha Ravi a07c51e8b0 Make coverage non-voting and fix use of rpc_backend
rpc_backend was an old oslo_messaging option
that was deprecated in stable/newton and removed
in master/stein [2], so stop using it in our
unit tests.

The coverage job in manila was always non-voting,
however, a773e31420
added a common coverage job-template from the
openstack-zuul-jobs repository. This change
inadvertently made the non-voting cover job a
voting job.

Our coverage script isn't perfect, it is known
to fail erroneously on non-code changes, and
some genuine failures are just an indication
to developers and reviewers to make the best
effort to adhere to the script's strict
checks [3].

These changes are unrelated, but must be fixed
together to pass the gate, since we have a
chicken-and-egg problem with both failures
preventing separate fixes from merging
separately.

[1] https://review.openstack.org/#/c/317285/
[2] https://review.openstack.org/#/c/580910/
[3] http://git.openstack.org/cgit/openstack/manila/tree/tools/cover.sh

Closes-Bug: #1796759
Related-Bug: #1797512
Change-Id: Ie349c3866d51ea4e706369ad67bc1155f62f2651
2018-10-11 23:23:37 -07:00
..
contrib Use ShareInstance model to access share properties 2017-05-30 13:12:48 +02:00
extensions Remove vim headers 2014-10-06 15:00:27 +02:00
middleware Fix UnicodeDecodeError when decode API input 2018-02-07 06:37:32 +00:00
openstack Manila Share Groups 2017-01-23 21:29:12 +02:00
v1 Make coverage non-voting and fix use of rpc_backend 2018-10-11 23:23:37 -07:00
v2 Make coverage non-voting and fix use of rpc_backend 2018-10-11 23:23:37 -07:00
views Support metadata for access rule resource 2018-07-20 23:31:48 +08:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
common.py Remove vim headers 2014-10-06 15:00:27 +02:00
fakes.py Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
test_common.py Fix allow the use of blank in user group name to access the share 2018-04-17 11:42:58 +08:00
test_extensions.py Limit formatting routes when adding resources 2018-06-11 03:39:47 +00:00
test_middleware.py Added CORS support to Manila 2015-11-11 10:10:58 -08:00
test_versions.py Allow api_version_request.matches to accept a string or None 2018-06-10 08:06:45 -04:00
test_wsgi.py Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00