patrole/patrole_tempest_plugin/tests/api/volume
ghanshyam b3ee7cbc15 make Patrole to run for shared network env
Devstack added to create the shared network for tempest testing
which makes sure tempest and other testing part works fine when
testing env has shared network.

- 683454f319/lib/tempest (L259)

Now patrole started failing because of the above shared network.
Details: {u'message': u'Multiple possible networks found, use a
Network ID to be more specific.', u'code': 409}

http://logs.openstack.org/55/648255/1/check/patrole-admin/63b6639/testr_results.html.gz

When patrol tests call create_tesrt_server, network id is not passed
as kwargs which means it reply on tempest to add the network id for
creating the server[1]. Tempest fail to add the network id because it
relies on used credential to have the network created for them[2].

We should create the network for requested credential using
set_network_resources() method.

Following tests are skipped due to their failure due to bad request error:
- test_update_network_provider_network_type[id-d064ef96-662b-47b6-94b7-9106dcd7ba8c]
- test_update_network_provider_physical_network[id-e3a55660-f75c-494e-a1b1-a8b36cc789ef]
- test_update_network_provider_segmentation_id[id-f6164228-b670-45fd-9ff9-b101930318c7]

[1] 75ea3dbaf9/tempest/api/compute/base.py (L234)
[2] 3639f91c36/tempest/lib/common/fixed_network.py (L95)

Story: 2005369
Task: 30345

Change-Id: I1281aa090c167c1e3e401a1707d196a69e7b5cd2
2019-04-27 15:35:55 +00:00
..
__init__.py Initial Cinder tests 2017-01-19 11:16:46 -05:00
rbac_base.py Refactoring RbacUtils 2019-02-05 09:44:37 -06:00
test_capabilities_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_encryption_types_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_group_snapshots_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_group_type_specs.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_groups_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_limits_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_qos_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_quota_classes_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_scheduler_stats_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_snapshot_manage_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_snapshots_actions_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_snapshots_metadata_rbac.py Do not use self in classmethod 2019-03-11 13:31:58 +00:00
test_user_messages_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_actions_rbac.py make Patrole to run for shared network env 2019-04-27 15:35:55 +00:00
test_volume_basic_crud_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_hosts_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_metadata_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_quotas_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_services_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_transfers_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_types_access_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_types_extra_specs_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volume_types_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volumes_backup_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volumes_extend_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volumes_manage_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00
test_volumes_snapshots_rbac.py Refactoring RbacUtils part 2 api tests 2019-02-05 20:15:56 -06:00