manila/manila/tests/api/v2
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
..
__init__.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
stubs.py Use newer location for iso8601 UTC 2017-09-06 16:51:55 -05:00
test_availability_zones.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_messages.py User Messages 2017-07-13 13:05:57 +02:00
test_quota_class_sets.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_quota_sets.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_security_services.py Add ou to security service 2018-04-24 15:04:40 -07:00
test_services.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_share_access_metadata.py Support metadata for access rule resource 2018-07-20 23:31:48 +08:00
test_share_accesses.py Support metadata for access rule resource 2018-07-20 23:31:48 +08:00
test_share_export_locations.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_share_group_snapshots.py Make coverage non-voting and fix use of rpc_backend 2018-10-11 23:23:37 -07:00
test_share_group_type_specs.py Manila Share Groups 2017-01-23 21:29:12 +02:00
test_share_group_types.py Retrieve is_default value to fix empty display in CLI 2018-07-24 12:00:58 +08:00
test_share_groups.py Make coverage non-voting and fix use of rpc_backend 2018-10-11 23:23:37 -07:00
test_share_instance_export_locations.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_share_instances.py Merge "Delete unused test check" 2018-06-12 17:29:55 +00:00
test_share_networks.py Fix getting share networks and security services error 2017-12-18 09:17:40 +08:00
test_share_replicas.py Delete unused test check 2018-06-09 22:34:35 +00:00
test_share_snapshot_export_locations.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_snapshot_instance_export_locations.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_snapshot_instances.py Delete unused test check 2018-06-09 22:34:35 +00:00
test_share_snapshots.py Make coverage non-voting and fix use of rpc_backend 2018-10-11 23:23:37 -07:00
test_share_types.py Retrieve is_default value to fix empty display in CLI 2018-07-24 12:00:58 +08:00
test_shares.py Make coverage non-voting and fix use of rpc_backend 2018-10-11 23:23:37 -07:00