openstacksdk/openstack/tests/unit/cloud
Artem Goncharov baa702566d Move object methods to object_store proxy
This is a similar change to https://review.openstack.org/#/c/609684/ 
with the purpose to streamline the code between SDK/shade and give 
ability OSC to use the well tested logic.

NOTE: This is not yet finished. The proxy methods should be transformed
to using the Resource layer. This requires enabling custom meta headers 
of the object to avoid doing direct PUT and GET bypassing the resource 
(also doing too much endpoint calculation)

Change-Id: I5d288c25797833a850b361af8f067923b00b8706
2019-03-08 18:32:08 +01:00
..
__init__.py Merge tox, tests and other support files 2017-10-04 14:51:08 -05:00
test__utils.py Move object methods to object_store proxy 2019-03-08 18:32:08 +01:00
test_aggregate.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_availability_zones.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_baremetal_node.py Merge "Convert inspect_machine to use the baremetal proxy" 2018-10-17 00:18:02 +00:00
test_baremetal_ports.py Switch bare metal NIC actions in OpenStackCloud to baremetal Proxy calls 2018-10-15 17:50:56 +02:00
test_caching.py Filter ports in list_ports when batching is in effect 2018-10-30 09:35:30 -05:00
test_cluster_templates.py Improve Magnum cluster templates functions 2018-06-26 09:52:39 -05:00
test_clustering.py Move clustering additions from shade directories 2018-06-25 10:57:33 -05:00
test_coe_clusters.py Fix Magnum cluster update 2018-07-10 14:17:03 +12:00
test_coe_clusters_certificate.py Add Magnum /certificates support 2018-07-11 19:00:50 +12:00
test_create_server.py Support v4-fixed-ip and v6-fixed-ip in create_server 2018-10-18 10:43:08 -05:00
test_create_volume_snapshot.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_delete_server.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_delete_volume_snapshot.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_domain_params.py Convert domain params tests to requests_mock 2018-06-25 19:27:34 +00:00
test_domains.py Add 409 ConflictException 2018-03-22 22:41:52 +13:00
test_endpoints.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_flavors.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_floating_ip_common.py Make it clear that OpenStackCloud is a mixin 2018-10-15 13:21:57 -05:00
test_floating_ip_neutron.py Make delete_unattached_floating_ips return a count 2018-10-30 16:06:34 +11:00
test_floating_ip_nova.py Make delete_unattached_floating_ips return a count 2018-10-30 16:06:34 +11:00
test_floating_ip_pool.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_fwaas.py Use mock context in test_fwaas 2019-02-26 19:27:32 +00:00
test_groups.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_identity_roles.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_image.py Move image methods to sdk image proxy 2019-02-28 15:10:30 +00:00
test_image_snapshot.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_inventory.py Merge Connection and OpenStackCloud 2018-01-31 11:25:21 -06:00
test_keypair.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_limits.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_magnum_services.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_meta.py Fix latest flake8 issues 2018-10-29 16:44:05 -05:00
test_network.py python-shade expose MTU setting. 2018-07-30 14:43:07 -05:00
test_normalize.py Start using direct REST in normalize tests 2018-12-20 00:33:27 +00:00
test_object.py Move object methods to object_store proxy 2019-03-08 18:32:08 +01:00
test_operator.py Convert image_client mocks in test_shade_operator 2018-06-25 19:27:45 +00:00
test_operator_noauth.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
test_port.py Filter ports in list_ports when batching is in effect 2018-10-30 09:35:30 -05:00
test_project.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_qos_bandwidth_limit_rule.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_dscp_marking_rule.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_minimum_bandwidth_rule.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_policy.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_rule_type.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_quotas.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_rebuild_server.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_recordset.py Fix DNS Recordset CRUD 2018-04-14 09:49:32 +01:00
test_role_assignment.py Implementing solution for 2002563 issue from story board 2018-07-02 22:19:29 +02:00
test_router.py Allow explicitly setting enable_snat to either value 2018-05-18 18:33:30 +02:00
test_security_groups.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_server_console.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_server_delete_metadata.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_server_group.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_server_set_metadata.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_services.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_shade.py Make it clear that OpenStackCloud is a mixin 2018-10-15 13:21:57 -05:00
test_shade_operator.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_stack.py Allow not resolving outputs on get stacks 2018-03-08 22:22:31 +00:00
test_subnet.py Adds prefixlen to the request body when creating subnets 2019-01-24 19:14:55 +00:00
test_update_server.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_usage.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_users.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_volume.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_volume_access.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_volume_backups.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_zone.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00